16 references to OnDocumentOpened
Microsoft.CodeAnalysis.EditorFeatures (3)
Interactive\InteractiveWorkspace.cs (1)
31OnDocumentOpened(documentId, textContainer);
SemanticSearch\SemanticSearchEditorWorkspace.cs (1)
38OnDocumentOpened(queryDocument.Id, buffer.AsTextContainer());
Shared\Preview\PreviewWorkspace.cs (1)
65this.OnDocumentOpened(documentId, textContainer);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
TextEditor\OpenDocumentTests.cs (1)
44workspace.OnDocumentOpened(documentId, sourceTextContainer);
Microsoft.CodeAnalysis.Features (2)
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (1)
295workspace.OnDocumentOpened(documentId, sourceTextContainer);
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (1)
395workspace.OnDocumentOpened(info.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
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Workspaces\TestWorkspace`1.cs (1)
279=> base.OnDocumentOpened(documentId, textContainer, isCurrentContext);
Microsoft.VisualStudio.LanguageServices (4)
DebuggerIntelliSense\DebuggerIntellisenseWorkspace.cs (1)
19=> OnDocumentOpened(documentId, textContainer);
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
284OnDocumentOpened(projectInfo.Documents.Single().Id, sourceTextContainer);
ProjectSystem\VisualStudioWorkspaceImpl.OpenFileTracker.cs (1)
166workspace.OnDocumentOpened(documentId, textContainer, isCurrentContext);
Venus\ContainedLanguage.cs (1)
121Workspace.OnDocumentOpened(documentId, SubjectBuffer.AsTextContainer());
Microsoft.VisualStudio.LanguageServices.LiveShare (1)
Client\RemoteLanguageServiceWorkspace.cs (1)
220OnDocumentOpened(document.Id, textContainer);