1 write to _positions
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1841_positions = positions;
11 references to _positions
System.Private.Xml (11)
System\Xml\Schema\ContentValidator.cs (11)
1889if (symbol == _positions[matchpos].symbol) 1900if (matched && _positions[pos].particle is XmlSchemaElement) 1972LeafRangeNode? lrNode = _positions[cPos].particle as LeafRangeNode; //For a position with leaf range node, the particle is the node itself 2023return _positions[pos].particle; 2043expectedPos = new BitSet(_positions.Count); 2052int symbol = _positions[pos].symbol; 2055XmlSchemaParticle? p = _positions[pos].particle as XmlSchemaParticle; 2058string s = _symbols.NameOf(_positions[pos].symbol); 2086expectedPos = new BitSet(_positions.Count); 2094int symbol = _positions[pos].symbol; 2097XmlSchemaParticle? p = _positions[pos].particle as XmlSchemaParticle;