3 instantiations of InteractiveEvaluatorResetOptions
Microsoft.CodeAnalysis.EditorFeatures (3)
Interactive\InteractiveEvaluator.cs (1)
60= new InteractiveEvaluatorResetOptions(InteractiveHostPlatform.Core);
Interactive\InteractiveWindowResetCommand.cs (1)
76evaluator.ResetOptions = new InteractiveEvaluatorResetOptions(platform);
Interactive\ResetInteractive.cs (1)
104evaluator.ResetOptions = new InteractiveEvaluatorResetOptions(platform);
5 references to InteractiveEvaluatorResetOptions
Microsoft.CodeAnalysis.EditorFeatures (4)
Interactive\InteractiveEvaluator.cs (3)
59public InteractiveEvaluatorResetOptions ResetOptions { get; set; } 195var resetOptions = ResetOptions; 210var resetOptions = ResetOptions;
Interactive\IResettableInteractiveEvaluator.cs (1)
15InteractiveEvaluatorResetOptions ResetOptions { get; set; }
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
Interactive\TestInteractiveEvaluator.cs (1)
20public InteractiveEvaluatorResetOptions ResetOptions { get; set; }