5 references to OnDocumentOpened
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\MetadataAsSourceFileService.cs (1)
187workspace.OnDocumentOpened(documentId, sourceTextContainer);
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\AdhocWorkspace.cs (1)
155this.OnDocumentOpened(documentId, text.Container, activate);
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
197w.OnDocumentOpened(documentInfo.Id, textContainer);
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
655await _projectSystemProjectFactory.ApplyChangeToWorkspaceMaybeAsync(useAsync, w => w.OnDocumentOpened(documentId, textContainer)).ConfigureAwait(false);
Workspace\Workspace_Editor.cs (1)
437/// cref="OnDocumentOpened(DocumentId, SourceTextContainer, bool)" />, this doesn't result in the workspace