2 references to TryGetSourceGeneratedDocumentForAlreadyGeneratedId
Microsoft.CodeAnalysis.Workspaces (2)
Diagnostics\DiagnosticAnalysisResult.cs (1)
331
var textDocument = project.GetTextDocument(documentId) ?? project.
TryGetSourceGeneratedDocumentForAlreadyGeneratedId
(documentId);
Workspace\Solution\Solution.cs (1)
327
var generatedDocument = this.GetRequiredProject(documentState.Id.ProjectId).
TryGetSourceGeneratedDocumentForAlreadyGeneratedId
(documentState.Id);