1 write to Window
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveEvaluator.cs (1)
132
_workspace.
Window
= value;
4 references to Window
Microsoft.CodeAnalysis.EditorFeatures (4)
Interactive\AbstractInteractiveWindowCommandCompletionProvider.cs (1)
33
var window = interactiveWorkspace.
Window
;
Interactive\InteractiveDocumentNavigationService.cs (2)
39
if (interactiveWorkspace.
Window
is null)
45
var textView = interactiveWorkspace.
Window
.TextView;
Interactive\InteractiveGlobalUndoServiceFactory.cs (1)
62
var textBuffer = interactiveWorkspace.
Window
.TextView.TextBuffer;