2 writes to EndIf
System.Runtime.Serialization (2)
System\Runtime\Serialization\CodeGenerator.cs (2)
505ifState.EndIf = DefineLabel(); 1602ifState.EndIf = DefineLabel();
6 references to EndIf
System.Runtime.Serialization (6)
System\Runtime\Serialization\CodeGenerator.cs (6)
523Br(ifState.EndIf); 526ifState.ElseBegin = ifState.EndIf; 533Br(ifState.EndIf); 551if (!ifState.ElseBegin.Equals(ifState.EndIf)) 553MarkLabel(ifState.EndIf); 1910Br(ifState.EndIf);