8 references to BicepValue
Aspire.Hosting.Azure.Provisioning.Generators (8)
AspireProvisioningProxyGenerator.cs (8)
878if (mappedType is { Kind: MappedTypeKind.BicepValue, LiteralTypeName: not null }) 895if (mappedType.Kind == MappedTypeKind.BicepValue) 909if (canWrite && mappedType.Kind == MappedTypeKind.BicepValue) 1856mappedType.Kind is MappedTypeKind.BicepValue or MappedTypeKind.Collection) 2297if (mappedType is { Kind: MappedTypeKind.BicepValue, LiteralTypeName: not null }) 2440MappedTypeKind.BicepValue, 2708case MappedTypeKind.BicepValue: 2738else if (mappedType.Kind == MappedTypeKind.BicepValue)