2 writes to EndIf
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (2)
487
ifState.
EndIf
= DefineLabel();
1722
ifState.
EndIf
= DefineLabel();
5 references to EndIf
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeGenerator.cs (5)
503
Br(ifState.
EndIf
);
506
ifState.ElseBegin = ifState.
EndIf
;
528
if (!ifState.ElseBegin.Equals(ifState.
EndIf
))
530
MarkLabel(ifState.
EndIf
);
2046
Br(_elseIfState.
EndIf
);