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