5 instantiations of TestContextType
Aspire.Hosting.RemoteHost.Tests (5)
CapabilityDispatcherTests.cs (5)
230var context = new TestContextType { Name = "test-name", Count = 100 }; 400var context = new TestContextType { Name = "original-name" }; 421var context = new TestContextType { Count = 10 }; 440var context = new TestContextType { IsEnabled = true }; 459var context = new TestContextType();
16 references to TestContextType
Aspire.Hosting.RemoteHost.Tests (16)
CapabilityDispatcherTests.cs (16)
203var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 216var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 226var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 230var context = new TestContextType { Name = "test-name", Count = 100 }; 246var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 258var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 270var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 384var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 397var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 400var context = new TestContextType { Name = "original-name" }; 419var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 421var context = new TestContextType { Count = 10 }; 438var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 440var context = new TestContextType { IsEnabled = true }; 457var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 459var context = new TestContextType();