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