3 references to GetCmpInverse
System.Runtime.Serialization (3)
System\Runtime\Serialization\CodeGenerator.cs (3)
508
EmitSourceInstruction("Branch if " +
GetCmpInverse
(cmpOp).ToString() + " to " + ifState.ElseBegin.GetHashCode().ToString(NumberFormatInfo.InvariantInfo));
541
EmitSourceInstruction("Branch if " +
GetCmpInverse
(cmpOp).ToString() + " to " + ifState.ElseBegin.GetHashCode().ToString(NumberFormatInfo.InvariantInfo));
1919
EmitSourceInstruction("Branch if " +
GetCmpInverse
(Cmp.EqualTo).ToString() + " to " + ifState.ElseBegin.GetHashCode().ToString(NumberFormatInfo.InvariantInfo));