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