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