C# Class ShaderTools.VisualStudio.Hlsl.Tagging.Squiggles.SyntaxErrorTagger

Inheritance: ErrorTagger
Afficher le fichier Open project: tgjones/HlslTools

Méthodes publiques

Méthode Description
SyntaxErrorTagger ( ITextView textView, BackgroundParser backgroundParser, IHlslOptionsService optionsService ) : System.Collections.Generic

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

SyntaxErrorTagger() public méthode

public SyntaxErrorTagger ( ITextView textView, BackgroundParser backgroundParser, IHlslOptionsService optionsService ) : System.Collections.Generic
textView ITextView
backgroundParser ShaderTools.VisualStudio.Hlsl.Parsing.BackgroundParser
optionsService IHlslOptionsService
Résultat System.Collections.Generic