4 instantiations of TestTypeWithMethods
Aspire.Hosting.RemoteHost.Tests (4)
CapabilityDispatcherTests.cs (4)
546
var context = new
TestTypeWithMethods
();
564
var context = new
TestTypeWithMethods
();
585
var context = new
TestTypeWithMethods
();
605
var context = new
TestTypeWithMethods
();
11 references to TestTypeWithMethods
Aspire.Hosting.RemoteHost.Tests (11)
CapabilityDispatcherTests.cs (11)
532
var dispatcher = CreateDispatcher(typeof(
TestTypeWithMethods
).Assembly);
544
var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(
TestTypeWithMethods
).Assembly]);
546
var
context = new TestTypeWithMethods();
562
var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(
TestTypeWithMethods
).Assembly]);
564
var
context = new TestTypeWithMethods();
583
var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(
TestTypeWithMethods
).Assembly]);
585
var
context = new TestTypeWithMethods();
603
var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(
TestTypeWithMethods
).Assembly]);
605
var
context = new TestTypeWithMethods();
634
var dispatcher = CreateDispatcher(typeof(
TestTypeWithMethods
).Assembly);
643
var dispatcher = CreateDispatcher(typeof(
TestTypeWithMethods
).Assembly);