3 writes to _idx
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (3)
919
_idx
= -1;
932
_idx
++;
948
_idx
= -1;
3 references to _idx
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (3)
929
if (
_idx
>= _end)
938
get { return _list[
_idx
]; }
943
get { return _list[
_idx
]; }