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