3 references to Bne_Un_S
System (1)
regex\system\text\regularexpressions\RegexCompiler.cs (1)
674_ilg.Emit(OpCodes.Bne_Un_S, l);
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
743else if (opcodeBranch.Value == OpCodes.Bne_Un_S.Value)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
4035case QilNodeType.Ne: opcode = OpCodes.Bne_Un_S; break;