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