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