5 references to IsNilableGoType
Aspire.Hosting.CodeGeneration.Go (5)
AtsGoCodeGenerator.cs (5)
579if (IsNilableGoType(propertyType)) 1448if (IsNilableGoType(type) && (p.Type is null || !ShouldApplyNullableType(p.Type))) 1720if (IsNilableGoType(fieldType)) 2122if ((isOptional || ShouldApplyNullableType(typeRef)) && !IsNilableGoType(baseType)) 2149if (isOptional && !IsNilableGoType(baseType))