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