4 references to HasIdentityConversionInternal
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\Conversions\ConversionsBase.cs (4)
1790return HasIdentityConversionInternal(type1, type2, includeNullability: false); 1817return HasIdentityConversionInternal(type1, type2, IncludeNullability); 1901if (HasIdentityConversionInternal(type, targetType.ParticipatingType, includeNullability: false)) 2612HasIdentityConversionInternal(source.Type, destination.Type, includeNullability: true))