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