1 write to Platform
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveEvaluatorResetOptions.cs (1)
15
=>
Platform
= platform;
5 references to Platform
Microsoft.CodeAnalysis.EditorFeatures (3)
Interactive\InteractiveEvaluator.cs (3)
197
var isSuccessful = await _session.ResetAsync(_session.GetHostOptions(initialize: true, resetOptions.
Platform
)).ConfigureAwait(false);
212
window.AddInput(CommandPrefix + InteractiveWindowResetCommand.GetCommandLine(initialize, resetOptions.
Platform
));
216
var options = _session.GetHostOptions(initialize, resetOptions.
Platform
);
Microsoft.VisualStudio.LanguageServices (1)
Interactive\VsInteractiveWindowProvider.cs (1)
87
var defaultPlatform = evaluator.ResetOptions.
Platform
;
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
Interactive\Commands\ResetInteractiveTests.cs (1)
115
Assert.Equal(InteractiveHostPlatform.Desktop64, testHost.Evaluator.ResetOptions.
Platform
);