1 write to particle
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
251
this.
particle
= particle;
17 references to particle
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (17)
349
return new LeafNode(positions.Add(positions[_pos].symbol, positions[_pos].
particle
));
1431
LeafRangeNode lrNode = p.
particle
as LeafRangeNode;
1449
LeafRangeNode lrNode1 = p1.
particle
as LeafRangeNode;
1475
throw new UpaException(symbolMatches[symbol], currentPosition.
particle
);
1479
symbolMatches[symbol] = currentPosition.
particle
;
1497
LeafRangeNode lrNode = _positions[pos].
particle
as LeafRangeNode;
1524
particles[symbol] = _positions[pos].
particle
;
1526
else if (particles[symbol] != _positions[pos].
particle
)
1528
throw new UpaException(particles[symbol], _positions[pos].
particle
);
1826
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
1882
XmlSchemaParticle p = (XmlSchemaParticle)_positions[pos].
particle
;
1909
XmlSchemaParticle p = (XmlSchemaParticle)_positions[pos].
particle
;
2009
if (matched && _positions[pos].
particle
is XmlSchemaElement)
2091
LeafRangeNode lrNode = _positions[cPos].
particle
as LeafRangeNode; //For a position with leaf range node, the particle is the node itself
2144
return _positions[pos].
particle
;
2196
XmlSchemaParticle p = _positions[pos].
particle
as XmlSchemaParticle;
2237
XmlSchemaParticle p = _positions[pos].
particle
as XmlSchemaParticle;