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