1 write to Type
Aspire.Hosting.Azure.Provisioning.Generators (1)
AspireProvisioningProxyGenerator.cs (1)
2808
Type
= type;
10 references to Type
Aspire.Hosting.Azure.Provisioning.Generators (10)
AspireProvisioningProxyGenerator.cs (10)
243
.Where(collection => collectionNames.ContainsKey(collection.
Type
))
244
.OrderBy(collection => collection.
Type
.ToDisplayString(), StringComparer.Ordinal))
573
if (!supportedCollections.Contains(collection.
Type
) &&
576
supportedCollections.Add(collection.
Type
);
583
var supportedShapes = collections.Where(collection => supportedCollections.Contains(collection.
Type
));
592
names.Add(collection.
Type
, group.Key);
598
static collection => collection.
Type
.ToDisplayString(),
604
collection.
Type
,
1244
var proxyName = collectionNames[collection.
Type
];
1245
var underlyingTypeName = collection.
Type
.ToDisplayString(s_typeDisplayFormat);