7 references to CSharpVsInteractiveWindowProvider
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
InProcess\CSharpInteractiveWindow_InProc.cs (2)
26var vsInteractiveWindowProvider = componentModel.GetService<CSharpVsInteractiveWindowProvider>();
Microsoft.VisualStudio.LanguageServices.CSharp (5)
Interactive\CSharpInteractiveCommandHandler.cs (2)
24private readonly CSharpVsInteractiveWindowProvider _interactiveWindowProvider; 31CSharpVsInteractiveWindowProvider interactiveWindowProvider,
Interactive\CSharpVsInteractiveWindowPackage.cs (1)
17internal sealed partial class CSharpVsInteractiveWindowPackage : VsInteractiveWindowPackage<CSharpVsInteractiveWindowProvider>
Interactive\CSharpVsInteractiveWindowProvider.cs (1)
27[Export(typeof(CSharpVsInteractiveWindowProvider))]
Interactive\CSharpVsResetInteractiveCommand.cs (1)
24CSharpVsInteractiveWindowProvider interactiveWindowProvider,