5 references to OnAdditionalDocumentOpened
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Preview\PreviewWorkspace.cs (1)
69this.OnAdditionalDocumentOpened(documentId, textContainer);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\EditorTestHostDocument.cs (1)
183workspace.OnAdditionalDocumentOpened(linkedId, _textBuffer.AsTextContainer());
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\AdhocWorkspace.cs (1)
183this.OnAdditionalDocumentOpened(documentId, text.Container, activate);
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
658await _projectSystemProjectFactory.ApplyChangeToWorkspaceMaybeAsync(useAsync, w => w.OnAdditionalDocumentOpened(documentId, textContainer)).ConfigureAwait(false);
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.OpenFileTracker.cs (1)
170workspace.OnAdditionalDocumentOpened(documentId, textContainer, isCurrentContext);