2 references to IsUnsigned
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilderConversions.cs (1)
16bool fromUnsigned = fromPredefTypeKind.IsUnsigned();
CodeGen\SwitchIntegralJumpTableEmitter.cs (1)
301_keyTypeCode.IsUnsigned() ? ILOpCode.Bgt_un : ILOpCode.Bgt,