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