5 writes to ElseBegin
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (5)
471ifState.ElseBegin = DefineLabel(); 489ifState.ElseBegin = ifState.EndIf; 501ifState.ElseBegin = DefineLabel(); 1463ifState.ElseBegin = DefineLabel(); 1654ifState.ElseBegin = DefineLabel();
10 references to ElseBegin
dotnet-svcutil-lib (10)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (10)
472_ilGen.Emit(GetBranchCode(cmpOp), ifState.ElseBegin); 487MarkLabel(ifState.ElseBegin); 497MarkLabel(ifState.ElseBegin); 503_ilGen.Emit(GetBranchCode(cmpOp), ifState.ElseBegin); 511if (!ifState.ElseBegin.Equals(ifState.EndIf)) 512MarkLabel(ifState.ElseBegin); 1465Brtrue(ifState.ElseBegin); 1467Brfalse(ifState.ElseBegin); 1649MarkLabel(ifState.ElseBegin); 1655_ilGen.Emit(GetBranchCode(Cmp.EqualTo), ifState.ElseBegin);