6 references to MappedType
Aspire.Hosting.Azure.Provisioning.Generators (6)
AspireProvisioningProxyGenerator.cs (6)
2421
mappedType = new
MappedType
("void", MappedTypeKind.Direct);
2438
mappedType = new
MappedType
(
2448
mappedType = new
MappedType
(type.ToDisplayString(s_typeDisplayFormat), MappedTypeKind.Direct);
2463
mappedType = new
MappedType
(
2474
mappedType = new
MappedType
(collectionProxyName + (isNullable ? "?" : string.Empty), MappedTypeKind.Collection, isNullable: isNullable);
2481
mappedType = new
MappedType
(