1 write to nextWhileLoopIndex
System.Xml (1)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
3459
return
nextWhileLoopIndex
++;
2 references to nextWhileLoopIndex
System.Xml (2)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (2)
3455
ilg.Stloc(typeof(Int32), String.Format(CultureInfo.InvariantCulture, "whileIterations{0}",
nextWhileLoopIndex
));
3458
ilg.Stloc(typeof(Int32), String.Format(CultureInfo.InvariantCulture, "readerCount{0}",
nextWhileLoopIndex
));