2 writes to Name
Aspire.Hosting.RemoteHost.Tests (2)
CapabilityDispatcherTests.cs (2)
231
var context = new TestContextType {
Name
= "test-name", Count = 100 };
401
var context = new TestContextType {
Name
= "original-name" };
1 reference to Name
Aspire.Hosting.RemoteHost.Tests (1)
CapabilityDispatcherTests.cs (1)
413
Assert.Equal("new-name", context.
Name
);