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