4 references to IsSignedIntegralType
Microsoft.CodeAnalysis (1)
Symbols\ITypeSymbol.cs (1)
227return type?.SpecialType.IsSignedIntegralType() == true;
Microsoft.CodeAnalysis.CSharp (2)
Lowering\DiagnosticsPass_Warnings.cs (2)
676bool fromSigned = fromSpecialType.IsSignedIntegralType(); 688if (conv.ExplicitCastInCode && toSpecialType.IsSignedIntegralType())
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\TypeSymbolExtensions.vb (1)
306Return this.SpecialType.IsSignedIntegralType()