1 write to _positions
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1696_positions = positions;
5 references to _positions
System.Private.Xml (5)
System\Xml\Schema\ContentValidator.cs (5)
1722if (symbol == _positions[pos].symbol) 1725particle = _positions[pos].particle; //Between element and wildcard, element will be in earlier pos than wildcard since we add the element nodes to the list of positions first 1778XmlSchemaParticle? p = (XmlSchemaParticle?)_positions[pos].particle; 1781string s = _symbols.NameOf(_positions[pos].symbol); 1805XmlSchemaParticle? p = (XmlSchemaParticle?)_positions[pos].particle;