2 writes to EndIf
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CodeGenerator.cs (2)
370ifState.EndIf = DefineLabel(); 1123ifState.EndIf = DefineLabel();
6 references to EndIf
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\CodeGenerator.cs (6)
386Br(ifState.EndIf); 389ifState.ElseBegin = ifState.EndIf; 396Br(ifState.EndIf); 411if (!ifState.ElseBegin.Equals(ifState.EndIf)) 413MarkLabel(ifState.EndIf); 1252Br(ifState.EndIf);