2 references to OnAnalyzerConfigDocumentTextChanged
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace_Editor.cs (1)
543
onDocumentTextChanged: (w, id, text, mode) => w.
OnAnalyzerConfigDocumentTextChanged
(id, text, mode));
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildWorkspace.cs (1)
731
this.
OnAnalyzerConfigDocumentTextChanged
(documentId, newText, PreservationMode.PreserveValue);