2 references to IsSignedIntegralOrIntPtrType
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CastSimplifier.cs (2)
633
if (!
IsSignedIntegralOrIntPtrType
(originalConversionOperation.Type) ||
634
!
IsSignedIntegralOrIntPtrType
(originalConversionOperation.Operand.Type))