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