3 references to ShouldApplyNullableType
Aspire.Hosting.CodeGeneration.Go (3)
AtsGoCodeGenerator.cs (3)
704
if (!
ShouldApplyNullableType
(typeRef))
1448
if (IsNilableGoType(type) && (p.Type is null || !
ShouldApplyNullableType
(p.Type)))
2122
if ((isOptional ||
ShouldApplyNullableType
(typeRef)) && !IsNilableGoType(baseType))