Implemented interface member:
method
CreateSyntaxTree
Microsoft.CodeAnalysis.Host.ISyntaxTreeFactoryService.CreateSyntaxTree(System.String, Microsoft.CodeAnalysis.ParseOptions, System.Text.Encoding, Microsoft.CodeAnalysis.Text.SourceHashAlgorithm, Microsoft.CodeAnalysis.SyntaxNode)
2 overrides of CreateSyntaxTree
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.cs (1)
63public override SyntaxTree CreateSyntaxTree(string filePath, ParseOptions options, Encoding encoding, SourceHashAlgorithm checksumAlgorithm, SyntaxNode root)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.vb (1)
73Public Overrides Function CreateSyntaxTree(filePath As String, options As ParseOptions, encoding As Encoding, checksumAlgorithm As SourceHashAlgorithm, root As SyntaxNode) As SyntaxTree