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