5 references to OnDocumentOpened
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\MetadataAsSourceFileService.cs (1)
187
workspace.
OnDocumentOpened
(documentId, sourceTextContainer);
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\AdhocWorkspace.cs (1)
155
this.
OnDocumentOpened
(documentId, text.Container, activate);
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
197
w.
OnDocumentOpened
(documentInfo.Id, textContainer);
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
655
await _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