4 instantiations of TestTypeWithMethods
Aspire.Hosting.RemoteHost.Tests (4)
CapabilityDispatcherTests.cs (4)
516
var context = new
TestTypeWithMethods
();
534
var context = new
TestTypeWithMethods
();
555
var context = new
TestTypeWithMethods
();
575
var context = new
TestTypeWithMethods
();
11 references to TestTypeWithMethods
Aspire.Hosting.RemoteHost.Tests (11)
CapabilityDispatcherTests.cs (11)
502
var dispatcher = CreateDispatcher(typeof(
TestTypeWithMethods
).Assembly);
514
var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(
TestTypeWithMethods
).Assembly]);
516
var
context = new TestTypeWithMethods();
532
var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(
TestTypeWithMethods
).Assembly]);
534
var
context = new TestTypeWithMethods();
553
var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(
TestTypeWithMethods
).Assembly]);
555
var
context = new TestTypeWithMethods();
573
var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(
TestTypeWithMethods
).Assembly]);
575
var
context = new TestTypeWithMethods();
604
var dispatcher = CreateDispatcher(typeof(
TestTypeWithMethods
).Assembly);
613
var dispatcher = CreateDispatcher(typeof(
TestTypeWithMethods
).Assembly);