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