Implemented interface member:
method
CreateSyntaxTree
Microsoft.CodeAnalysis.Host.ISyntaxTreeFactoryService.CreateSyntaxTree(System.String, Microsoft.CodeAnalysis.ParseOptions, Microsoft.CodeAnalysis.Text.SourceText, System.Text.Encoding, Microsoft.CodeAnalysis.Text.SourceHashAlgorithm, Microsoft.CodeAnalysis.SyntaxNode)
1 override of CreateSyntaxTree
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.cs (1)
56public override SyntaxTree CreateSyntaxTree(string filePath, ParseOptions options, SourceText text, Encoding encoding, SourceHashAlgorithm checksumAlgorithm, SyntaxNode root)
1 reference to CreateSyntaxTree
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\SyntaxTreeFactory\AbstractSyntaxTreeFactoryService.cs (1)
41static (root, state) => state.service.CreateSyntaxTree(