1 write to positions
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1658this.positions = positions;
12 references to positions
System.Xml (12)
System\Xml\Schema\ContentValidator.cs (12)
1665int positionsCount = positions.Count; 1705if (symbol == positions[matchpos].symbol) { 1714if (matched && positions[pos].particle is XmlSchemaElement) { //We found a match in the list, break at that bitset 1782LeafRangeNode lrNode = positions[cPos].particle as LeafRangeNode; //For a position with leaf range node, the particle is the node itself 1829return positions[pos].particle; 1863expectedPos = new BitSet(positions.Count); 1872int symbol = positions[pos].symbol; 1874XmlSchemaParticle p = positions[pos].particle as XmlSchemaParticle; 1876string s = symbols.NameOf(positions[pos].symbol); 1898expectedPos = new BitSet(positions.Count); 1904int symbol = positions[pos].symbol; 1906XmlSchemaParticle p = positions[pos].particle as XmlSchemaParticle;