1 write to particle
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
233
this.
particle
= particle;
16 references to particle
System.Private.Xml (16)
System\Xml\Schema\ContentValidator.cs (16)
1327
LeafRangeNode? lrNode = p.
particle
as LeafRangeNode;
1345
LeafRangeNode? lrNode1 = p1.
particle
as LeafRangeNode;
1371
throw new UpaException(symbolMatches[symbol], currentPosition.
particle
);
1375
symbolMatches[symbol] = currentPosition.
particle
;
1393
LeafRangeNode? lrNode = _positions[pos].
particle
as LeafRangeNode;
1421
particles[symbol] = _positions[pos].
particle
;
1423
else if (particles[symbol] != _positions[pos].
particle
)
1425
throw new UpaException(particles[symbol], _positions[pos].
particle
);
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
;
1805
XmlSchemaParticle? p = (XmlSchemaParticle?)_positions[pos].
particle
;
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
;
2055
XmlSchemaParticle? p = _positions[pos].
particle
as XmlSchemaParticle;
2097
XmlSchemaParticle? p = _positions[pos].
particle
as XmlSchemaParticle;