2 implementations of TryGetSourceGeneratedDocumentStateForAlreadyGeneratedId
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
907
public SourceGeneratedDocumentState?
TryGetSourceGeneratedDocumentStateForAlreadyGeneratedId
(DocumentId documentId)
Workspace\Solution\SolutionCompilationState.WithFrozenSourceGeneratedDocumentsCompilationTracker.cs (1)
202
public SourceGeneratedDocumentState?
TryGetSourceGeneratedDocumentStateForAlreadyGeneratedId
(DocumentId documentId)
1 reference to TryGetSourceGeneratedDocumentStateForAlreadyGeneratedId
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.cs (1)
1269
return GetCompilationTracker(documentId.ProjectId).
TryGetSourceGeneratedDocumentStateForAlreadyGeneratedId
(documentId);