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