2 references to IsIPAddress
Aspire.Hosting.Azure.Provisioning.Generators (2)
AspireProvisioningProxyGenerator.cs (2)
621if (IsSimpleType(elementType) || IsIPAddress(elementType)) 1249var simpleElement = IsSimpleType(collection.ElementType) || IsIPAddress(collection.ElementType);