2 writes to EndIf
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (2)
470ifState.EndIf = DefineLabel(); 1462ifState.EndIf = DefineLabel();
6 references to EndIf
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (6)
486Br(ifState.EndIf); 489ifState.ElseBegin = ifState.EndIf; 496Br(ifState.EndIf); 511if (!ifState.ElseBegin.Equals(ifState.EndIf)) 513MarkLabel(ifState.EndIf); 1648Br(ifState.EndIf);