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

Inheritance: ErrorTagger
Show file Open project: tgjones/HlslTools

Public Methods

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

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

SyntaxErrorTagger() public method

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