3 instantiations of TestTypeWithMethods
Aspire.Hosting.RemoteHost.Tests (3)
CapabilityDispatcherTests.cs (3)
492
var context = new
TestTypeWithMethods
();
510
var context = new
TestTypeWithMethods
();
531
var context = new
TestTypeWithMethods
();
9 references to TestTypeWithMethods
Aspire.Hosting.RemoteHost.Tests (9)
CapabilityDispatcherTests.cs (9)
478
var dispatcher = CreateDispatcher(typeof(
TestTypeWithMethods
).Assembly);
490
var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(
TestTypeWithMethods
).Assembly]);
492
var
context = new TestTypeWithMethods();
508
var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(
TestTypeWithMethods
).Assembly]);
510
var
context = new TestTypeWithMethods();
529
var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(
TestTypeWithMethods
).Assembly]);
531
var
context = new TestTypeWithMethods();
548
var dispatcher = CreateDispatcher(typeof(
TestTypeWithMethods
).Assembly);
557
var dispatcher = CreateDispatcher(typeof(
TestTypeWithMethods
).Assembly);