2 references to OnBeforeReset
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveEvaluator.cs (1)
217
OnBeforeReset
?.Invoke(options.Platform);
Microsoft.VisualStudio.LanguageServices (1)
Interactive\VsInteractiveWindowProvider.cs (1)
90
evaluator.
OnBeforeReset
+= platform => interactiveWindowPane.Caption = Title + GetFrameworkForTitle(platform);