3 references to ExecutionCompleted
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\ResetInteractive.cs (1)
70ExecutionCompleted?.Invoke(this, new EventArgs());
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Interactive\ResetInteractiveWindowFromProjectCommand.cs (2)
73resetInteractive.ExecutionCompleted += FocusWindow; 79resetInteractive.ExecutionCompleted -= FocusWindow;