1 write to ElementType
Aspire.Hosting.Azure.Provisioning.Generators (1)
AspireProvisioningProxyGenerator.cs (1)
2809
ElementType
= elementType;
8 references to ElementType
Aspire.Hosting.Azure.Provisioning.Generators (8)
AspireProvisioningProxyGenerator.cs (8)
574
CanMapCollectionElement(collection.
ElementType
, proxyNames, supportedCollections))
586
collection => namePrefix + collection.Kind + "Of" + GetFriendlyTypeIdentifier(collection.
ElementType
) + "Proxy",
602
collection.
ElementType
.ToDisplayString(SymbolDisplayFormat.CSharpErrorMessageFormat));
1246
var elementTypeName = collection.
ElementType
1249
var simpleElement = IsSimpleType(collection.
ElementType
) || IsIPAddress(collection.
ElementType
);
1250
TryMapType(collection.
ElementType
, proxyNames, collectionNames, out var mappedElementType);
1326
if (!collection.
ElementType
.IsValueType)