1 write to EndLabel
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
386
forState.
EndLabel
= DefineLabel();
4 references to EndLabel
System.Runtime.Serialization (4)
System\Runtime\Serialization\CodeGenerator.cs (4)
359
MarkLabel(forState.
EndLabel
);
390
EmitSourceInstruction(branchInstruction + " " + forState.
EndLabel
.GetHashCode());
391
ilGen.Emit(branchInstruction, forState.
EndLabel
);
427
MarkLabel(forState.
EndLabel
);