19 references to Create
Aspire.Hosting.Azure.Provisioning (10)
BicepStringBuilderProxy.cs (1)
57return BicepValueProxy.Create(_builder.Build(), _isSecure);
BicepValueFactory.cs (9)
226return BicepValueProxy.Create( 242return BicepValueProxy.Create( 258return BicepValueProxy.Create( 274return BicepValueProxy.Create( 290return BicepValueProxy.Create( 307return BicepValueProxy.Create(BicepFunction.ToLower(value.ToObjectBicepValue()), value.IsSecure); 320return BicepValueProxy.Create(BicepFunction.ToUpper(value.ToObjectBicepValue()), value.IsSecure); 333return BicepValueProxy.Create(BicepFunction.AsString(value.ToObjectBicepValue()), value.IsSecure); 346return BicepValueProxy.Create(BicepFunction.ParseJson(value.ToObjectBicepValue()), value.IsSecure);
Aspire.Hosting.Azure.Provisioning.Tests (9)
BicepValueProxyTests.cs (9)
45var proxy = BicepValueProxy.Create(new BicepValue<string>("secret"), isSecure: true); 72var proxy = BicepValueProxy.Create( 114var proxy = BicepValueProxy.Create(new BicepValue<string>("secret"), isSecure: true); 130var proxy = BicepValueProxy.Create(converted, isSecure: true); 167var proxy = BicepValueProxy.Create(new BicepValue<string>(address), isSecure: true); 234var proxy = BicepValueProxy.Create( 393bool value => BicepValueProxy.Create(new BicepValue<bool>(value), isSecure: true), 394int value => BicepValueProxy.Create(new BicepValue<int>(value), isSecure: true), 409var secureValue = BicepValueProxy.Create(