1 write to Platform
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveEvaluatorResetOptions.cs (1)
15
=>
Platform
= platform;
3 references to Platform
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
Interactive\InteractiveEvaluator.cs (3)
202
var isSuccessful = await _session.ResetAsync(_session.GetHostOptions(initialize: true, resetOptions.
Platform
)).ConfigureAwait(false);
217
window.AddInput(CommandPrefix + InteractiveWindowResetCommand.GetCommandLine(initialize, resetOptions.
Platform
));
221
var options = _session.GetHostOptions(initialize, resetOptions.
Platform
);