C# Class ShaderTools.VisualStudio.ShaderLab.Parsing.BackgroundParser

Inheritance: ShaderTools.VisualStudio.Core.Parsing.BackgroundParserBase
Afficher le fichier Open project: tgjones/HlslTools Class Usage Examples

Méthodes publiques

Méthode Description
BackgroundParser ( ITextBuffer textBuffer ) : System.Threading

Méthodes protégées

Méthode Description
CreateSyntaxTree ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : void
TryCreateSemanticModel ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : bool

Method Details

BackgroundParser() public méthode

public BackgroundParser ( ITextBuffer textBuffer ) : System.Threading
textBuffer ITextBuffer
Résultat System.Threading

CreateSyntaxTree() protected méthode

protected CreateSyntaxTree ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : void
snapshot ITextSnapshot
cancellationToken System.Threading.CancellationToken
Résultat void

TryCreateSemanticModel() protected méthode

protected TryCreateSemanticModel ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : bool
snapshot ITextSnapshot
cancellationToken System.Threading.CancellationToken
Résultat bool