2 writes to Count
Aspire.Hosting.RemoteHost.Tests (2)
CapabilityDispatcherTests.cs (2)
230
var context = new TestContextType { Name = "test-name",
Count
= 100 };
421
var context = new TestContextType {
Count
= 10 };
1 reference to Count
Aspire.Hosting.RemoteHost.Tests (1)
CapabilityDispatcherTests.cs (1)
431
Assert.Equal(99, context.
Count
);