1 instantiation of CollectionShape
Aspire.Hosting.Azure.Provisioning.Generators (1)
AspireProvisioningProxyGenerator.cs (1)
436collections.Add(new CollectionShape(collectionType, elementType, collectionKind));
11 references to CollectionShape
Aspire.Hosting.Azure.Provisioning.Generators (11)
AspireProvisioningProxyGenerator.cs (11)
242foreach (var collection in discovery.Collections 379var collections = new List<CollectionShape>(); 561List<CollectionShape> collections, 571foreach (var collection in collections) 591var collection = group.Single(); 597foreach (var collection in group.OrderBy( 1240CollectionShape collection, 1292CollectionShape collection, 1344CollectionShape collection, 2770public DiscoveryResult(List<INamedTypeSymbol> types, List<CollectionShape> collections) 2778public List<CollectionShape> Collections { get; }