4 references to IsNullableType
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\Conversions\ConversionsBase.cs (4)
1171if (destination.IsNullableType(out var underlyingDestination)) 1283if (destination.IsNullableType(out var underlyingDestination) && 1307if (destination.IsNullableType(out var underlyingDestination)) 1335if (destination.IsNullableType(out var underlyingDestination))