2 writes to _count
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\BitSet.cs (2)
28_count = count; 210newset._count = _count;
6 references to _count
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\BitSet.cs (6)
34get { return _count; } 72if (index < _count) 82Debug.Assert(startFrom >= -1 && startFrom <= _count); 84if (offset == _count) 210newset._count = _count; 265for (int i = 0; i < _count; i++)