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

Inheritance: ShaderTools.VisualStudio.Core.ErrorList.ErrorManager
Afficher le fichier Open project: tgjones/HlslTools

Méthodes publiques

Méthode Description
SemanticErrorManager ( BackgroundParser backgroundParser, ITextView textView, IHlslOptionsService optionsService, IServiceProvider serviceProvider, ITextDocumentFactoryService textDocumentFactoryService ) : System

Méthodes protégées

Méthode Description
GetDiagnostics ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : IEnumerable

Method Details

GetDiagnostics() protected méthode

protected GetDiagnostics ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : IEnumerable
snapshot ITextSnapshot
cancellationToken System.Threading.CancellationToken
Résultat IEnumerable

SemanticErrorManager() public méthode

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
Résultat System