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