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