11 references to Count
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (11)
1358
int positionsCount = _positions.
Count
;
1418
int positionsCount = _positions.
Count
; //terminals
1491
BitSet newSet = new BitSet(_positions.
Count
); //Doing work again
1507
for (int i = 0; i < _positions.
Count
; i++)
1540
int positionsCount = _positions.
Count
;
1620
for (int i = 0; i < _positions.
Count
; i++)
1625
for (int i = 0; i < _positions.
Count
; i++)
1627
for (int j = 0; j < _positions.
Count
; j++)
1953
int positionsCount = _positions.
Count
;
2181
expectedPos = new BitSet(_positions.
Count
);
2226
expectedPos = new BitSet(_positions.
Count
);