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