1 write to positions
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1658
this.
positions
= positions;
12 references to positions
System.Xml (12)
System\Xml\Schema\ContentValidator.cs (12)
1665
int positionsCount =
positions
.Count;
1705
if (symbol ==
positions
[matchpos].symbol) {
1714
if (matched &&
positions
[pos].particle is XmlSchemaElement) { //We found a match in the list, break at that bitset
1782
LeafRangeNode lrNode =
positions
[cPos].particle as LeafRangeNode; //For a position with leaf range node, the particle is the node itself
1829
return
positions
[pos].particle;
1863
expectedPos = new BitSet(
positions
.Count);
1872
int symbol =
positions
[pos].symbol;
1874
XmlSchemaParticle p =
positions
[pos].particle as XmlSchemaParticle;
1876
string s = symbols.NameOf(
positions
[pos].symbol);
1898
expectedPos = new BitSet(
positions
.Count);
1904
int symbol =
positions
[pos].symbol;
1906
XmlSchemaParticle p =
positions
[pos].particle as XmlSchemaParticle;