1 write to positions
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1531this.positions = positions;
5 references to positions
System.Xml (5)
System\Xml\Schema\ContentValidator.cs (5)
1554if (symbol == positions[pos].symbol) { 1556particle = 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 1606XmlSchemaParticle p = (XmlSchemaParticle)positions[pos].particle; 1608string s = symbols.NameOf(positions[pos].symbol); 1627XmlSchemaParticle p = (XmlSchemaParticle)positions[pos].particle;