C# Class ShaderTools.VisualStudio.ShaderLab.Util.Extensions.Extensions

Afficher le fichier Open project: tgjones/HlslTools

Méthodes publiques

Méthode Description
GetBackgroundParser ( this textBuffer ) : BackgroundParser
GetSyntaxTree ( this snapshot, CancellationToken cancellationToken ) : SyntaxTree

Method Details

GetBackgroundParser() public static méthode

public static GetBackgroundParser ( this textBuffer ) : BackgroundParser
textBuffer this
Résultat ShaderTools.VisualStudio.ShaderLab.Parsing.BackgroundParser

GetSyntaxTree() public static méthode

public static GetSyntaxTree ( this snapshot, CancellationToken cancellationToken ) : SyntaxTree
snapshot this
cancellationToken System.Threading.CancellationToken
Résultat ShaderTools.Unity.Syntax.SyntaxTree