2 writes to EndIf
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CodeGenerator.cs (2)
369ifState.EndIf = DefineLabel(); 1122ifState.EndIf = DefineLabel();
6 references to EndIf
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\CodeGenerator.cs (6)
385Br(ifState.EndIf); 388ifState.ElseBegin = ifState.EndIf; 395Br(ifState.EndIf); 410if (!ifState.ElseBegin.Equals(ifState.EndIf)) 412MarkLabel(ifState.EndIf); 1251Br(ifState.EndIf);