4 references to IsNullableType
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\Conversions\ConversionsBase.cs (4)
1155if (destination.IsNullableType(out var underlyingDestination)) 1267if (destination.IsNullableType(out var underlyingDestination) && 1291if (destination.IsNullableType(out var underlyingDestination)) 1319if (destination.IsNullableType(out var underlyingDestination))