6 references to List
Aspire.Hosting.Azure.Provisioning.Generators (6)
AspireProvisioningProxyGenerator.cs (6)
1277
if (collection.Kind == CollectionKind.
List
)
1307
.Append(collection.Kind == CollectionKind.
List
? "int index" : "string key")
1311
var indexExpression = collection.Kind == CollectionKind.
List
? "index" : "key";
1353
.Append(collection.Kind == CollectionKind.
List
? "int index, " : "string key, ");
1358
.Append(collection.Kind == CollectionKind.
List
? "index" : "key")
2533
kind = CollectionKind.
List
;