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)
1722
if (symbol ==
_positions
[pos].symbol)
1725
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
1778
XmlSchemaParticle? p = (XmlSchemaParticle?)
_positions
[pos].particle;
1781
string s = _symbols.NameOf(
_positions
[pos].symbol);
1805
XmlSchemaParticle? p = (XmlSchemaParticle?)
_positions
[pos].particle;