1 instantiation of TestParentContextType
Aspire.Hosting.RemoteHost.Tests (1)
CapabilityDispatcherTests.cs (1)
377
var parentContext = new
TestParentContextType
(nestedContext) { Name = "parent-context" };
3 references to TestParentContextType
Aspire.Hosting.RemoteHost.Tests (3)
CapabilityDispatcherTests.cs (3)
350
var dispatcher = CreateDispatcher(typeof(
TestParentContextType
).Assembly);
373
var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(
TestParentContextType
).Assembly]);
377
var
parentContext = new TestParentContextType(nestedContext) { Name = "parent-context" };