4 instantiations of ParsedDocument
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Utilities\ParsedDocument.cs (4)
35return new ParsedDocument(document.Id, text, root, document.Project.GetExtendedLanguageServices());
43return new ParsedDocument(document.Id, text, root, document.Project.GetExtendedLanguageServices());
50return new ParsedDocument(Id, text, root, HostLanguageServices);
56return new ParsedDocument(Id, text, root, HostLanguageServices);
53 references to ParsedDocument
Microsoft.CodeAnalysis.CSharp.EditorFeatures (13)
Microsoft.CodeAnalysis.CSharp.Features (4)
Microsoft.CodeAnalysis.EditorFeatures (10)
Microsoft.CodeAnalysis.Workspaces (24)
Microsoft.VisualStudio.LanguageServices (2)