3 references to UpdateAnalyzerConfigDocumentState
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionState.cs (3)
1045return UpdateAnalyzerConfigDocumentState(oldDocument.UpdateText(text, mode)); 1093return UpdateAnalyzerConfigDocumentState(oldDocument.UpdateText(textAndVersion, mode)); 1144return UpdateAnalyzerConfigDocumentState(oldDocument.UpdateText(loader, mode));