2 writes to EndIf
System.Private.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (2)
346ifState.EndIf = DefineLabel(); 1153ifState.EndIf = DefineLabel();
5 references to EndIf
System.Private.Xml (5)
System\Xml\Serialization\CodeGenerator.cs (5)
362Br(ifState.EndIf); 365ifState.ElseBegin = ifState.EndIf; 372if (!ifState.ElseBegin.Equals(ifState.EndIf)) 374MarkLabel(ifState.EndIf); 1281Br(_elseIfState.EndIf);