2 implementations of TryGetSourceGeneratedDocumentStateForAlreadyGeneratedId
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (1)
897
public SourceGeneratedDocumentState?
TryGetSourceGeneratedDocumentStateForAlreadyGeneratedId
(DocumentId documentId)
Workspace\Solution\SolutionCompilationState.WithFrozenSourceGeneratedDocumentsCompilationTracker.cs (1)
214
public SourceGeneratedDocumentState?
TryGetSourceGeneratedDocumentStateForAlreadyGeneratedId
(DocumentId documentId)
1 reference to TryGetSourceGeneratedDocumentStateForAlreadyGeneratedId
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.WithFrozenSourceGeneratedDocumentsCompilationTracker.cs (1)
222
return UnderlyingTracker.
TryGetSourceGeneratedDocumentStateForAlreadyGeneratedId
(documentId);