2 references to IsUnsignedIntegralType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (2)
3563
if (
IsUnsignedIntegralType
(type2))
3568
else if (
IsUnsignedIntegralType
(type1) && IsSignedIntegralType(type2))