2 references to GetHostOptions
Microsoft.CodeAnalysis.EditorFeatures (2)
Interactive\InteractiveEvaluator.cs (2)
197
var isSuccessful = await _session.ResetAsync(_session.
GetHostOptions
(initialize: true, resetOptions.Platform)).ConfigureAwait(false);
216
var options = _session.
GetHostOptions
(initialize, resetOptions.Platform);