2 writes to EndIf
System.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (2)
469
ifState.
EndIf
= DefineLabel();
1616
ifState.
EndIf
= DefineLabel();
5 references to EndIf
System.Xml (5)
System\Xml\Serialization\CodeGenerator.cs (5)
483
Br(ifState.
EndIf
);
486
ifState.ElseBegin = ifState.
EndIf
;
507
if (!ifState.ElseBegin.Equals(ifState.
EndIf
))
509
MarkLabel(ifState.
EndIf
);
1961
Br(elseIfState.
EndIf
);