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