14 references to Beq
mscorlib (2)
system\runtime\interopservices\tceadaptergen\eventproviderwriter.cs (2)
362
il.Emit( OpCodes.
Beq
, FalseIfLabel );
374
il.Emit( OpCodes.
Beq
, FalseIfLabel );
System (1)
regex\system\text\regularexpressions\RegexCompiler.cs (1)
618
_ilg.Emit(OpCodes.
Beq
, l);
System.Core (2)
Microsoft\Scripting\Compiler\LambdaCompiler.Logical.cs (1)
558
_ilg.Emit(OpCodes.
Beq
, label);
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
498
_ilg.Emit(OpCodes.
Beq
, bucket[0].Label);
System.Data.SqlXml (6)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
737
if (opcodeBranch.Value == OpCodes.
Beq
.Value)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (5)
3133
this.helper.TestAndBranch(0, this.iterCurr.LabelBranch, OpCodes.
Beq
);
3788
this.helper.Emit(OpCodes.
Beq
, this.iterNested.GetLabelNext());
3991
case QilNodeType.Ne: opcode = OpCodes.
Beq
; break;
4003
case QilNodeType.Ne: opcode = OpCodes.
Beq
; break;
4017
case QilNodeType.Eq: opcode = OpCodes.
Beq
; break;
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
475
return OpCodes.
Beq
;
System.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (2)
438
OpCodes.
Beq
,
2138
ilGen.Emit(OpCodes.
Beq
, label);