C# Class ShaderTools.VisualStudio.Hlsl.ErrorList.SemanticErrorManager

Inheritance: ShaderTools.VisualStudio.Core.ErrorList.ErrorManager
显示文件 Open project: tgjones/HlslTools

Public Methods

Method Description
SemanticErrorManager ( BackgroundParser backgroundParser, ITextView textView, IHlslOptionsService 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

SemanticErrorManager() public method

public SemanticErrorManager ( BackgroundParser backgroundParser, ITextView textView, IHlslOptionsService optionsService, IServiceProvider serviceProvider, ITextDocumentFactoryService textDocumentFactoryService ) : System
backgroundParser ShaderTools.VisualStudio.Hlsl.Parsing.BackgroundParser
textView ITextView
optionsService IHlslOptionsService
serviceProvider IServiceProvider
textDocumentFactoryService ITextDocumentFactoryService
return System