2 writes to _changeCount
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElementList.cs (2)
37
_changeCount
= 0;
61
_changeCount
++;
3 references to _changeCount
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElementList.cs (3)
101
get { return
_changeCount
; }
245
int currChangeCount =
_changeCount
;
251
if (currChangeCount !=
_changeCount
)