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