4 references to IsSignedIntegralType
Microsoft.CodeAnalysis (1)
Symbols\ITypeSymbol.cs (1)
227
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
())
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\TypeSymbolExtensions.vb (1)
306
Return this.SpecialType.
IsSignedIntegralType
()