5 references to IsNilableGoType
Aspire.Hosting.CodeGeneration.Go (5)
AtsGoCodeGenerator.cs (5)
579if (IsNilableGoType(propertyType)) 1433if (IsNilableGoType(typeStr)) 1704if (IsNilableGoType(fieldType)) 2106if (isOptional && !IsNilableGoType(baseType)) 2133if (isOptional && !IsNilableGoType(baseType))