9 references to OpenDocument
Microsoft.CodeAnalysis.EditorFeatures (7)
Preview\AbstractPreviewFactoryService.cs (6)
290
rightWorkspace.Target.
OpenDocument
(document.Id, newEditorDocument.TextBuffer.AsTextContainer());
372
leftWorkspace.Target.
OpenDocument
(document.Id, oldEditorDocument.TextBuffer.AsTextContainer());
491
leftWorkspace.Target.
OpenDocument
(oldDocument.Id, oldBuffer.AsTextContainer());
498
rightWorkspace.Target.
OpenDocument
(newDocument.Id, newBuffer.AsTextContainer());
554
leftWorkspace.Target.
OpenDocument
(oldDocument.Id, oldBuffer.AsTextContainer());
557
rightWorkspace.Target.
OpenDocument
(newDocument.Id, newBuffer.AsTextContainer());
QuickInfo\ContentControlService.cs (1)
71
workspace.
OpenDocument
(document.Id, textBuffer.AsTextContainer());
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Preview\PreviewWorkspaceTests.cs (1)
104
previewWorkspace.
OpenDocument
(document.Id, sourceTextContainer);
Microsoft.VisualStudio.LanguageServices (1)
Preview\PreviewUpdater.cs (1)
76
_previewWorkspace.
OpenDocument
(document.Id, container);