3 instantiations of TestTypeWithMethods
Aspire.Hosting.RemoteHost.Tests (3)
CapabilityDispatcherTests.cs (3)
493
var context = new
TestTypeWithMethods
();
511
var context = new
TestTypeWithMethods
();
532
var context = new
TestTypeWithMethods
();
9 references to TestTypeWithMethods
Aspire.Hosting.RemoteHost.Tests (9)
CapabilityDispatcherTests.cs (9)
479
var dispatcher = CreateDispatcher(typeof(
TestTypeWithMethods
).Assembly);
491
var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(
TestTypeWithMethods
).Assembly]);
493
var
context = new TestTypeWithMethods();
509
var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(
TestTypeWithMethods
).Assembly]);
511
var
context = new TestTypeWithMethods();
530
var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(
TestTypeWithMethods
).Assembly]);
532
var
context = new TestTypeWithMethods();
549
var dispatcher = CreateDispatcher(typeof(
TestTypeWithMethods
).Assembly);
558
var dispatcher = CreateDispatcher(typeof(
TestTypeWithMethods
).Assembly);