4 references to IsNullableType
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\Conversions\ConversionsBase.cs (4)
1186if (destination.IsNullableType(out var underlyingDestination)) 1298if (destination.IsNullableType(out var underlyingDestination) && 1322if (destination.IsNullableType(out var underlyingDestination)) 1350if (destination.IsNullableType(out var underlyingDestination))