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