1 write to EndLabel
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (1)
371forState.EndLabel = DefineLabel();
4 references to EndLabel
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeGenerator.cs (4)
349MarkLabel(forState.EndLabel); 375EmitSourceInstruction(branchInstruction + " " + forState.EndLabel.GetHashCode()); 376_ilGen.Emit(branchInstruction, forState.EndLabel); 412MarkLabel(forState.EndLabel);