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