4 references to ShouldApplyNullableType
Aspire.Hosting.CodeGeneration.Rust (4)
AtsRustCodeGenerator.cs (4)
929return isOptional || ShouldApplyNullableType(typeRef) ? $"Option<{baseType}>" : baseType; 973return isOptional || ShouldApplyNullableType(typeRef) ? $"Option<{baseType}>" : baseType; 999return ShouldApplyNullableType(typeRef) ? $"Option<{baseType}>" : baseType; 1051return isOptional || ShouldApplyNullableType(typeRef) ? $"Option<{baseType}>" : baseType;