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