1 write to IsUnsigned
System.Core (1)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
253IsUnsigned = TypeUtils.IsUnsigned(Type);
3 references to IsUnsigned
System.Core (3)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (3)
485_ilg.Emit(info.IsUnsigned ? OpCodes.Bgt_Un : OpCodes.Bgt, secondHalf); 512_ilg.Emit(info.IsUnsigned ? OpCodes.Bgt_Un : OpCodes.Bgt, after.Value); 515_ilg.Emit(info.IsUnsigned ? OpCodes.Blt_Un : OpCodes.Blt, after.Value);