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

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

Méthodes publiques

Méthode Description
SyntaxErrorManager ( BackgroundParser backgroundParser, ITextView textView, IShaderLabOptionsService 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

SyntaxErrorManager() public méthode

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