4 writes to IsSecure
Aspire.Hosting.Azure.Provisioning.Tests (4)
BicepValueProxyTests.cs (4)
350var mutationException = Assert.Throws<ArgumentException>(() => parameter.IsSecure = true); 356parameter.IsSecure = false; 373parameter.IsSecure = false; 377parameter.IsSecure = true;
7 references to IsSecure
Aspire.Hosting.Azure.Provisioning.Tests (7)
BicepValueProxyTests.cs (7)
348Assert.False(parameter.IsSecure); 353Assert.False(parameter.IsSecure); 357Assert.False(parameter.IsSecure); 370Assert.True(parameter.IsSecure); 374Assert.False(parameter.IsSecure); 378Assert.True(parameter.IsSecure); 402Assert.False(parameter.IsSecure);