62 references to GetDocument
dotnet-format (4)
GenerateDocumentationAndConfigFiles (2)
Microsoft.Analyzers.Extra (1)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
Microsoft.CodeAnalysis.ExternalAccess.HotReload (2)
Microsoft.CodeAnalysis.Features (13)
Microsoft.CodeAnalysis.Workspaces (28)
Workspace\Solution\Project.cs (3)
709return this.Solution.AddDocument(id, name, syntaxRoot, folders, filePath, preservationMode: PreservationMode.PreserveIdentity).GetDocument(id)!;
718return this.Solution.AddDocument(id, name, text, folders, filePath).GetDocument(id)!;
727return this.Solution.AddDocument(id, name, text, folders, filePath).GetDocument(id)!;
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
Microsoft.DotNet.HotReload.Utils.Generator (1)
Microsoft.Interop.ComInterfaceGenerator (1)
Microsoft.Interop.LibraryImportGenerator (1)
Roslyn.Diagnostics.Analyzers (2)