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