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