1 write to _positions
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
1797
_positions
= positions;
5 references to _positions
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (5)
1823
if (symbol ==
_positions
[pos].symbol)
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;
1885
string s = _symbols.NameOf(
_positions
[pos].symbol);
1909
XmlSchemaParticle p = (XmlSchemaParticle)
_positions
[pos].particle;