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