1 write to _lazyInteractiveCommands
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveEvaluator.cs (1)
138
_lazyInteractiveCommands
= _commandsFactory.CreateInteractiveCommands(value, CommandPrefix, _commands);
2 references to _lazyInteractiveCommands
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Interactive\InteractiveEvaluator.cs (2)
154
=>
_lazyInteractiveCommands
?? throw new InvalidOperationException(EditorFeaturesResources.Engine_must_be_attached_to_an_Interactive_Window);
184
return
_lazyInteractiveCommands
?.InCommand == true || _languageInfo.IsCompleteSubmission(text);