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