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)
1889
if (symbol ==
_positions
[matchpos].symbol)
1900
if (matched &&
_positions
[pos].particle is XmlSchemaElement)
1972
LeafRangeNode? lrNode =
_positions
[cPos].particle as LeafRangeNode; //For a position with leaf range node, the particle is the node itself
2023
return
_positions
[pos].particle;
2043
expectedPos = new BitSet(
_positions
.Count);
2052
int symbol =
_positions
[pos].symbol;
2055
XmlSchemaParticle? p =
_positions
[pos].particle as XmlSchemaParticle;
2058
string s = _symbols.NameOf(
_positions
[pos].symbol);
2086
expectedPos = new BitSet(
_positions
.Count);
2094
int symbol =
_positions
[pos].symbol;
2097
XmlSchemaParticle? p =
_positions
[pos].particle as XmlSchemaParticle;