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