3 writes to _curInd
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElementList.cs (3)
35
_curInd
= -1;
62
_curInd
= -1;
229
_curInd
= index;
2 references to _curInd
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElementList.cs (2)
220
if (
_curInd
== index)
222
int nDiff = index -
_curInd
;