3 references to IsTypeNullable
Microsoft.Maui.Controls.BindingSourceGen (3)
BindingSourceGenerator.cs (2)
242 IPropertySymbol propertySymbol => propertySymbol.Type.IsTypeNullable(enabledNullable), 243 IFieldSymbol fieldSymbol => fieldSymbol.Type.IsTypeNullable(enabledNullable),
ITypeSymbolExtensions.cs (1)
19 var isNullable = IsTypeNullable(typeSymbol, enabledNullable);