5 instantiations of TestContextType
Aspire.Hosting.RemoteHost.Tests (5)
CapabilityDispatcherTests.cs (5)
231var context = new TestContextType { Name = "test-name", Count = 100 }; 424var context = new TestContextType { Name = "original-name" }; 445var context = new TestContextType { Count = 10 }; 464var context = new TestContextType { IsEnabled = true }; 483var context = new TestContextType();
16 references to TestContextType
Aspire.Hosting.RemoteHost.Tests (16)
CapabilityDispatcherTests.cs (16)
204var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 217var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 227var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 231var context = new TestContextType { Name = "test-name", Count = 100 }; 247var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 259var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 271var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 408var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 421var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 424var context = new TestContextType { Name = "original-name" }; 443var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 445var context = new TestContextType { Count = 10 }; 462var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 464var context = new TestContextType { IsEnabled = true }; 481var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 483var context = new TestContextType();