1 instantiation of TestInvoker_InProc
Microsoft.VisualStudio.Extensibility.Testing.Xunit (1)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\InProcess\TestInvoker_InProc.cs (1)
28
=> new
TestInvoker_InProc
();
3 references to TestInvoker_InProc
Microsoft.VisualStudio.Extensibility.Testing.Xunit (3)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\InProcess\TestInvoker_InProc.cs (1)
27
public static
TestInvoker_InProc
Create()
src\VisualStudio\IntegrationTest\Harness\XUnitShared\OutOfProcess\TestInvoker_OutOfProc.cs (2)
22
TestInvokerInProc = CreateInProcComponent<
TestInvoker_InProc
>(visualStudioInstance);
25
internal
TestInvoker_InProc
TestInvokerInProc