3 references to ParsedSyntaxTree
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.cs (1)
61return new ParsedSyntaxTree(text, (CSharpSyntaxNode)root, (CSharpParseOptions)options, filePath, encoding, checksumAlgorithm);
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (2)
79: new ParsedSyntaxTree( 90: new ParsedSyntaxTree(_lazyText, _root, Options, path, Encoding, _checksumAlgorithm);