1 instantiation of PickMembersDialog_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\PickMembersDialog_InProc.cs (1)
24=> new PickMembersDialog_InProc();
3 references to PickMembersDialog_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (3)
InProcess\PickMembersDialog_InProc.cs (1)
23public static PickMembersDialog_InProc Create()
OutOfProcess\PickMembersDialog_OutOfProc.cs (2)
14private readonly PickMembersDialog_InProc _inProc; 19_inProc = CreateInProcComponent<PickMembersDialog_InProc>(visualStudioInstance);