2 overrides of ApplyAnalyzerConfigDocumentTextChanged
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\EditorTestWorkspace.cs (1)
158protected override void ApplyAnalyzerConfigDocumentTextChanged(DocumentId document, SourceText newText)
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
1154protected override void ApplyAnalyzerConfigDocumentTextChanged(DocumentId documentId, SourceText newText)
1 reference to ApplyAnalyzerConfigDocumentTextChanged
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.cs (1)
2014this.ApplyAnalyzerConfigDocumentTextChanged(documentId, currentText);