4 references to Beq_S
System (1)
regex\system\text\regularexpressions\RegexCompiler.cs (1)
681
_ilg.Emit(OpCodes.
Beq_S
, l);
System.Data.Entity (2)
System\Data\Objects\Internal\EntityProxyFactory.cs (2)
1263
generator.Emit(OpCodes.
Beq_S
, endOfMethod);
1385
generator.Emit(OpCodes.
Beq_S
, instanceEqual);
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
739
else if (opcodeBranch.Value == OpCodes.
Beq_S
.Value)