2 references to CSharp_Interactive
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Interactive\CSharpVsInteractiveWindowProvider.cs (1)
56protected override string Title => CSharpVSResources.CSharp_Interactive;
Interactive\ResetInteractiveWindowFromProjectCommand.cs (1)
72await resetInteractive.ExecuteAsync(vsInteractiveWindow.InteractiveWindow, CSharpVSResources.CSharp_Interactive).ConfigureAwait(true);