2 writes to EndIf
System.Runtime.Serialization (2)
System\Runtime\Serialization\CodeGenerator.cs (2)
505
ifState.
EndIf
= DefineLabel();
1602
ifState.
EndIf
= DefineLabel();
6 references to EndIf
System.Runtime.Serialization (6)
System\Runtime\Serialization\CodeGenerator.cs (6)
523
Br(ifState.
EndIf
);
526
ifState.ElseBegin = ifState.
EndIf
;
533
Br(ifState.
EndIf
);
551
if (!ifState.ElseBegin.Equals(ifState.
EndIf
))
553
MarkLabel(ifState.
EndIf
);
1910
Br(ifState.
EndIf
);