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