2 references to SetState
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker_Generators.cs (1)
150
oldGeneratedDocuments = oldGeneratedDocuments.
SetState
(oldGeneratedDocuments.GetRequiredState(documentId).WithGenerationDateTime(generationDateTime));
Workspace\Solution\SolutionCompilationState.WithFrozenSourceGeneratedDocumentsCompilationTracker.cs (1)
186
newStates = newStates.
SetState
(replacementState);