1 write to _lazyInteractiveWindow
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveEvaluator.cs (1)
131_lazyInteractiveWindow = value ?? throw new ArgumentNullException(nameof(value));
4 references to _lazyInteractiveWindow
Microsoft.CodeAnalysis.EditorFeatures (4)
Interactive\InteractiveEvaluator.cs (4)
102if (_lazyInteractiveWindow != null) 104_lazyInteractiveWindow.SubmissionBufferAdded -= SubmissionBufferAdded; 120get => _lazyInteractiveWindow; 150=> _lazyInteractiveWindow ?? throw new InvalidOperationException(EditorFeaturesResources.Engine_must_be_attached_to_an_Interactive_Window);