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