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