5 references to OnAnalyzerConfigDocumentOpened
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Preview\PreviewWorkspace.cs (1)
67
this.
OnAnalyzerConfigDocumentOpened
(documentId, textContainer);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestHostDocument.cs (1)
294
workspace.
OnAnalyzerConfigDocumentOpened
(linkedId, _textBuffer.AsTextContainer());
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\AdhocWorkspace.cs (1)
216
this.
OnAnalyzerConfigDocumentOpened
(documentId, text.Container, activate);
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
670
await _projectSystemProjectFactory.ApplyChangeToWorkspaceMaybeAsync(useAsync, w => w.
OnAnalyzerConfigDocumentOpened
(documentId, textContainer)).ConfigureAwait(false);
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.OpenFileTracker.cs (1)
181
workspace.
OnAnalyzerConfigDocumentOpened
(documentId, textContainer, isCurrentContext);