3 references to IsSignedIntegralType
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\Simplifiers\CastSimplifier.cs (2)
239
type2.
IsSignedIntegralType
())
833
=> type.
IsSignedIntegralType
() || type?.SpecialType is SpecialType.System_IntPtr;
Microsoft.CodeAnalysis.Features (1)
InitializeParameter\AbstractAddParameterCheckCodeRefactoringProvider.cs (1)
399
if (!parameter.Type.
IsSignedIntegralType
())