5 instantiations of TestContextType
Aspire.Hosting.RemoteHost.Tests (5)
CapabilityDispatcherTests.cs (5)
261var context = new TestContextType { Name = "test-name", Count = 100 }; 454var context = new TestContextType { Name = "original-name" }; 475var context = new TestContextType { Count = 10 }; 494var context = new TestContextType { IsEnabled = true }; 513var context = new TestContextType();
16 references to TestContextType
Aspire.Hosting.RemoteHost.Tests (16)
CapabilityDispatcherTests.cs (16)
234var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 247var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 257var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 261var context = new TestContextType { Name = "test-name", Count = 100 }; 277var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 289var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 301var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 438var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 451var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 454var context = new TestContextType { Name = "original-name" }; 473var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 475var context = new TestContextType { Count = 10 }; 492var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 494var context = new TestContextType { IsEnabled = true }; 511var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 513var context = new TestContextType();