C# Class ShaderTools.VisualStudio.ShaderLab.ErrorList.SyntaxErrorManager

Inheritance: ShaderTools.VisualStudio.Core.ErrorList.ErrorManager
ファイルを表示 Open project: tgjones/HlslTools

Public Methods

Method Description
SyntaxErrorManager ( BackgroundParser backgroundParser, ITextView textView, IShaderLabOptionsService optionsService, IServiceProvider serviceProvider, ITextDocumentFactoryService textDocumentFactoryService ) : System

Protected Methods

Method Description
GetDiagnostics ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : IEnumerable

Method Details

GetDiagnostics() protected method

protected GetDiagnostics ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : IEnumerable
snapshot ITextSnapshot
cancellationToken System.Threading.CancellationToken
return IEnumerable

SyntaxErrorManager() public method

public SyntaxErrorManager ( BackgroundParser backgroundParser, ITextView textView, IShaderLabOptionsService optionsService, IServiceProvider serviceProvider, ITextDocumentFactoryService textDocumentFactoryService ) : System
backgroundParser ShaderTools.VisualStudio.ShaderLab.Parsing.BackgroundParser
textView ITextView
optionsService IShaderLabOptionsService
serviceProvider IServiceProvider
textDocumentFactoryService ITextDocumentFactoryService
return System