8 references to OnDocumentOpened
Microsoft.CodeAnalysis.EditorFeatures (2)
Interactive\InteractiveWorkspace.cs (1)
32OnDocumentOpened(documentId, textContainer);
Shared\Preview\PreviewWorkspace.cs (1)
65this.OnDocumentOpened(documentId, textContainer);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
626await _projectSystemProjectFactory.ApplyChangeToWorkspaceMaybeAsync(useAsync, w => w.OnDocumentOpened(documentId, textContainer)).ConfigureAwait(false);
Workspace\Workspace_Editor.cs (1)
436/// cref="OnDocumentOpened(DocumentId, SourceTextContainer, bool)" />, this doesn't result in the workspace
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
286=> base.OnDocumentOpened(documentId, textContainer, isCurrentContext);
Microsoft.VisualStudio.LanguageServices (2)
DebuggerIntelliSense\DebuggerIntellisenseWorkspace.cs (1)
21=> OnDocumentOpened(documentId, textContainer);
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
280OnDocumentOpened(projectInfo.Documents.Single().Id, sourceTextContainer);
Microsoft.VisualStudio.LanguageServices.LiveShare (1)
Client\RemoteLanguageServiceWorkspace.cs (1)
220OnDocumentOpened(document.Id, textContainer);