Implemented interface member:
method
ParseSyntaxTree
Microsoft.CodeAnalysis.Host.ISyntaxTreeFactoryService.ParseSyntaxTree(System.String, Microsoft.CodeAnalysis.ParseOptions, Microsoft.CodeAnalysis.Text.SourceText, System.Threading.CancellationToken)
1 override of ParseSyntaxTree
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.cs (1)
64
public override SyntaxTree
ParseSyntaxTree
(string filePath, ParseOptions options, SourceText text, CancellationToken cancellationToken)