3 references to InteractiveEvaluatorResetOptions
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
Interactive\InteractiveEvaluator.cs (1)
63
= new
InteractiveEvaluatorResetOptions
(InteractiveHostPlatform.Desktop64);
Interactive\InteractiveWindowResetCommand.cs (1)
77
evaluator.ResetOptions = new
InteractiveEvaluatorResetOptions
(platform);
Interactive\ResetInteractive.cs (1)
106
evaluator.ResetOptions = new
InteractiveEvaluatorResetOptions
(platform);