6 references to IsSimpleType
Aspire.Hosting.Azure.Provisioning.Generators (6)
AspireProvisioningProxyGenerator.cs (6)
448!IsSimpleType(namedType)) 621if (IsSimpleType(elementType) || IsIPAddress(elementType)) 1249var simpleElement = IsSimpleType(collection.ElementType) || IsIPAddress(collection.ElementType); 2434var literalTypeName = IsSimpleType(bicepValueType) 2446if (IsSimpleType(type)) 2662return IsSimpleType(nullableType.TypeArguments[0]);