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