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