13 references to s_typeDisplayFormat
Aspire.Hosting.Azure.Provisioning.Generators (13)
AspireProvisioningProxyGenerator.cs (13)
700var underlyingTypeName = type.ToDisplayString(s_typeDisplayFormat); 1245var underlyingTypeName = collection.Type.ToDisplayString(s_typeDisplayFormat); 1248.ToDisplayString(s_typeDisplayFormat); 1581var underlyingTypeName = type.ToDisplayString(s_typeDisplayFormat); 1612var underlyingTypeName = type.ToDisplayString(s_typeDisplayFormat); 1685var underlyingTypeName = type.ToDisplayString(s_typeDisplayFormat); 1793type.ToDisplayString(s_typeDisplayFormat) + ".@" + property.Name, 1988? "default(" + parameter.Type.ToDisplayString(s_typeDisplayFormat) + ")" 1995value = "(" + parameter.Type.ToDisplayString(s_typeDisplayFormat) + ")" + 2435? literalType.ToDisplayString(s_typeDisplayFormat).TrimEnd('?') 2442bicepValueType.ToDisplayString(s_typeDisplayFormat)); 2448mappedType = new MappedType(type.ToDisplayString(s_typeDisplayFormat), MappedTypeKind.Direct); 2655return type.ToDisplayString(s_typeDisplayFormat) == "global::System.Net.IPAddress";