1 write to Type
Aspire.Hosting.Azure.Provisioning.Generators (1)
AspireProvisioningProxyGenerator.cs (1)
2808Type = 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)) 573if (!supportedCollections.Contains(collection.Type) && 576supportedCollections.Add(collection.Type); 583var supportedShapes = collections.Where(collection => supportedCollections.Contains(collection.Type)); 592names.Add(collection.Type, group.Key); 598static collection => collection.Type.ToDisplayString(), 604collection.Type, 1244var proxyName = collectionNames[collection.Type]; 1245var underlyingTypeName = collection.Type.ToDisplayString(s_typeDisplayFormat);