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