5 instantiations of TestContextType
Aspire.Hosting.RemoteHost.Tests (5)
CapabilityDispatcherTests.cs (5)
231var context = new TestContextType { Name = "test-name", Count = 100 }; 401var context = new TestContextType { Name = "original-name" }; 422var context = new TestContextType { Count = 10 }; 441var context = new TestContextType { IsEnabled = true }; 460var 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); 385var dispatcher = CreateDispatcher(typeof(TestContextType).Assembly); 398var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 401var context = new TestContextType { Name = "original-name" }; 420var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 422var context = new TestContextType { Count = 10 }; 439var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 441var context = new TestContextType { IsEnabled = true }; 458var dispatcher = new CapabilityDispatcher(handles, CreateTestMarshaller(handles), [typeof(TestContextType).Assembly]); 460var context = new TestContextType();