18 references to CreateInProcComponent
Microsoft.VisualStudio.IntegrationTest.Utilities (18)
OutOfProcess\AddParameterDialog_OutOfProc.cs (1)
16_inProc = CreateInProcComponent<AddParameterDialog_InProc>(visualStudioInstance);
OutOfProcess\ChangeSignatureDialog_OutOfProc.cs (1)
17_inProc = CreateInProcComponent<ChangeSignatureDialog_InProc>(visualStudioInstance);
OutOfProcess\CodeDefinitionWindow_OutOfProc.cs (1)
16_inProc = CreateInProcComponent<CodeDefinitionWindow_InProc>(visualStudioInstance);
OutOfProcess\CSharpInteractiveWindow_OutOfProc.cs (1)
15=> CreateInProcComponent<CSharpInteractiveWindow_InProc>(visualStudioInstance);
OutOfProcess\Debugger_OutOfProc.cs (1)
21_debuggerInProc = CreateInProcComponent<Debugger_InProc>(visualStudioInstance);
OutOfProcess\Editor_OutOfProc.cs (1)
36=> CreateInProcComponent<Editor_InProc>(visualStudioInstance);
OutOfProcess\ErrorList_OutOfProc.cs (1)
20_inProc = CreateInProcComponent<ErrorList_InProc>(visualStudioInstance);
OutOfProcess\ExtractInterfaceDialog_OutOfProc.cs (1)
20_inProc = CreateInProcComponent<ExtractInterfaceDialog_InProc>(visualStudioInstance);
OutOfProcess\GenerateTypeDialog_OutOfProc.cs (1)
17_inProc = CreateInProcComponent<GenerateTypeDialog_InProc>(visualStudioInstance);
OutOfProcess\ImmediateWindow_OutOfProc.cs (1)
15_immediateWindowInProc = CreateInProcComponent<ImmediateWindow_InProc>(visualStudioInstance);
OutOfProcess\LocalsWindow_OutOfProc.cs (1)
17_localsWindowInProc = CreateInProcComponent<LocalsWindow_InProc>(visualStudioInstance);
OutOfProcess\MoveToNamespaceDialog_OutOfProc.cs (1)
19_inProc = CreateInProcComponent<MoveToNamespaceDialog_InProc>(visualStudioInstance);
OutOfProcess\ObjectBrowserWindow_OutOfProc.cs (1)
16_inProc = CreateInProcComponent<ObjectBrowserWindow_InProc>(visualStudioInstance);
OutOfProcess\PickMembersDialog_OutOfProc.cs (1)
19_inProc = CreateInProcComponent<PickMembersDialog_InProc>(visualStudioInstance);
OutOfProcess\Shell_OutOfProc.cs (1)
17_inProc = CreateInProcComponent<Shell_InProc>(visualStudioInstance);
OutOfProcess\SolutionExplorer_OutOfProc.cs (1)
21_inProc = CreateInProcComponent<SolutionExplorer_InProc>(visualStudioInstance);
OutOfProcess\StartPage_OutOfProc.cs (1)
16_inProc = CreateInProcComponent<StartPage_InProc>(visualStudioInstance);
OutOfProcess\VisualStudioWorkspace_OutOfProc.cs (1)
20_inProc = CreateInProcComponent<VisualStudioWorkspace_InProc>(visualStudioInstance);