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