2 references to GetFrameworkForTitle
Microsoft.VisualStudio.LanguageServices (2)
Interactive\VsInteractiveWindowProvider.cs (2)
89
interactiveWindowPane.Caption = Title +
GetFrameworkForTitle
(defaultPlatform.Value);
90
evaluator.OnBeforeReset += platform => interactiveWindowPane.Caption = Title +
GetFrameworkForTitle
(platform);