5 references to IsIntegralType
Microsoft.CodeAnalysis.CSharp (5)
Lowering\DiagnosticsPass_Warnings.cs (4)
446
if (!conversion.Operand.Type.SpecialType.
IsIntegralType
() || !conversion.Type.SpecialType.
IsIntegralType
())
632
if (!fromSpecialType.
IsIntegralType
() || !toSpecialType.
IsIntegralType
())
Symbols\TypeSymbolExtensions.cs (1)
229
return type.SpecialType.
IsIntegralType
();