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