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