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