1 implementation of ParseSyntaxTree
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\SyntaxTreeFactory\AbstractSyntaxTreeFactoryService.cs (1)
21
public abstract SyntaxTree
ParseSyntaxTree
(string filePath, ParseOptions options, SourceText text, CancellationToken cancellationToken);
1 reference to ParseSyntaxTree
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\DocumentState.cs (1)
172
var tree = treeFactory.
ParseSyntaxTree
(filePath, options, text, cancellationToken);