2 references to Engine_must_be_attached_to_an_Interactive_Window
Microsoft.CodeAnalysis.EditorFeatures (2)
Interactive\InteractiveEvaluator.cs (2)
150=> _lazyInteractiveWindow ?? throw new InvalidOperationException(EditorFeaturesResources.Engine_must_be_attached_to_an_Interactive_Window); 153=> _lazyInteractiveCommands ?? throw new InvalidOperationException(EditorFeaturesResources.Engine_must_be_attached_to_an_Interactive_Window);