6 references to CSharpVsInteractiveWindowProvider
Microsoft.VisualStudio.LanguageServices.CSharp (6)
Interactive\CSharpInteractiveCommandHandler.cs (2)
22private readonly CSharpVsInteractiveWindowProvider _interactiveWindowProvider; 29CSharpVsInteractiveWindowProvider interactiveWindowProvider,
Interactive\CSharpVsInteractiveWindowPackage.cs (1)
13internal sealed partial class CSharpVsInteractiveWindowPackage : VsInteractiveWindowPackage<CSharpVsInteractiveWindowProvider>
Interactive\CSharpVsInteractiveWindowProvider.cs (1)
26[Export(typeof(CSharpVsInteractiveWindowProvider))]
Interactive\OpenInteractiveWindowCommand.cs (1)
20MefInjection<CSharpVsInteractiveWindowProvider> mefInteractiveWindowProvider) : Command
Interactive\ResetInteractiveWindowFromProjectCommand.cs (1)
25MefInjection<CSharpVsInteractiveWindowProvider> mefInteractiveWindowProvider,