3 references to IsSignedIntegralType
Microsoft.CodeAnalysis (1)
Symbols\ITypeSymbol.cs (1)
236return type?.SpecialType.IsSignedIntegralType() == true;
Microsoft.CodeAnalysis.CSharp (2)
Lowering\DiagnosticsPass_Warnings.cs (2)
675bool fromSigned = fromSpecialType.IsSignedIntegralType(); 687if (conv.ExplicitCastInCode && toSpecialType.IsSignedIntegralType())