3 references to OnAnalyzerConfigDocumentOpened
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Preview\PreviewWorkspace.cs (1)
61this.OnAnalyzerConfigDocumentOpened(documentId, textContainer);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\AdhocWorkspace.cs (1)
211this.OnAnalyzerConfigDocumentOpened(documentId, text.Container, activate);
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
671await _projectSystemProjectFactory.ApplyChangeToWorkspaceMaybeAsync(useAsync, w => w.OnAnalyzerConfigDocumentOpened(documentId, textContainer)).ConfigureAwait(false);