2 references to IsSignedIntegralType
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\Simplifiers\CastSimplifier.cs (2)
239type2.IsSignedIntegralType()) 850=> type.IsSignedIntegralType() || type?.SpecialType is SpecialType.System_IntPtr;