1 write to IsUnsigned
System.Core (1)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
253
IsUnsigned
= 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);