4 references to OnExecute
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (4)
Interactive\Commands\InteractiveCommandHandlerTests.cs (1)
188workspace.Evaluator.OnExecute += appendSubmission;
Interactive\Commands\ResetInteractiveTests.cs (2)
80testHost.Evaluator.OnExecute += executeSubmission; 131testHost.Evaluator.OnExecute -= executeSubmission;
Interactive\TestInteractiveEvaluator.cs (1)
37OnExecute?.Invoke(this, text);