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