1 write to _lazyInteractiveWindow
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveEvaluator.cs (1)
136
_lazyInteractiveWindow
= value ?? throw new ArgumentNullException(nameof(value));
5 references to _lazyInteractiveWindow
Microsoft.CodeAnalysis.EditorFeatures.Wpf (5)
Interactive\InteractiveEvaluator.cs (5)
107
if (
_lazyInteractiveWindow
!= null)
109
_lazyInteractiveWindow
.SubmissionBufferAdded -= SubmissionBufferAdded;
125
get =>
_lazyInteractiveWindow
;
131
if (
_lazyInteractiveWindow
!= null)
155
=>
_lazyInteractiveWindow
?? throw new InvalidOperationException(EditorFeaturesResources.Engine_must_be_attached_to_an_Interactive_Window);