1 write to IsEnabled
Aspire.Hosting.RemoteHost.Tests (1)
CapabilityDispatcherTests.cs (1)
441
var context = new TestContextType {
IsEnabled
= true };
1 reference to IsEnabled
Aspire.Hosting.RemoteHost.Tests (1)
CapabilityDispatcherTests.cs (1)
451
Assert.False(context.
IsEnabled
);