1 write to LiteralTypeName
Aspire.Hosting.Azure.Provisioning.Generators (1)
AspireProvisioningProxyGenerator.cs (1)
2902
LiteralTypeName
= literalTypeName;
8 references to LiteralTypeName
Aspire.Hosting.Azure.Provisioning.Generators (8)
AspireProvisioningProxyGenerator.cs (8)
878
if (mappedType is { Kind: MappedTypeKind.BicepValue,
LiteralTypeName
: not null })
932
if (mappedType.
LiteralTypeName
is not null)
934
source.Append(" if (value is ").Append(mappedType.
LiteralTypeName
).AppendLine(" literal)");
946
if (mappedType.
LiteralTypeName
is not null)
958
if (mappedType.
LiteralTypeName
is not null)
960
source.Append(mappedType.
LiteralTypeName
).Append(" or ");
2297
if (mappedType is { Kind: MappedTypeKind.BicepValue,
LiteralTypeName
: not null })
2303
.Append(mappedType.
LiteralTypeName
)