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