1 reference to ExecuteCodeAsync
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveEvaluator.cs (1)
258
var isSuccessful = await _session.
ExecuteCodeAsync
(text).ConfigureAwait(false);