2 references to IsSignedIntegralType
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\Simplifiers\CastSimplifier.cs (2)
239
type2.
IsSignedIntegralType
())
833
=> type.
IsSignedIntegralType
() || type?.SpecialType is SpecialType.System_IntPtr;