2 references to Blt_Un
System.Core (1)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
515_ilg.Emit(info.IsUnsigned ? OpCodes.Blt_Un : OpCodes.Blt, after.Value);
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3987case QilNodeType.Ge: opcode = OpCodes.Blt_Un; break;