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