8 references to Count
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (8)
548
context.lastposLeft = new BitSet(lastpos.
Count
);
558
context.firstposRight = new BitSet(firstpos.
Count
);
629
int[] list = new int[curpos.
Count
];
676
BitSet firstPosTemp = new BitSet(firstpos.
Count
);
677
BitSet lastPosTemp = new BitSet(lastpos.
Count
);
685
BitSet firstPosTemp = new BitSet(firstpos.
Count
);
686
BitSet lastPosTemp = new BitSet(lastpos.
Count
);
1804
context.CurPos[1] = new BitSet(_firstpos.
Count
);