4 references to SetState
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\ProjectState.cs (3)
874
var newDocumentStates = DocumentStates.
SetState
(newDocument.Id, newDocument);
893
var newDocumentStates = AdditionalDocumentStates.
SetState
(newDocument.Id, newDocument);
912
var newDocumentStates = AnalyzerConfigDocumentStates.
SetState
(newDocument.Id, newDocument);
Workspace\Solution\SolutionState.GeneratedFileReplacingCompilationTracker.cs (1)
156
return underlyingGeneratedDocumentStates.
SetState
(_replacedGeneratedDocumentState.Id, _replacedGeneratedDocumentState);