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