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)
1823if (symbol == _positions[pos].symbol) 1826particle = _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 1882XmlSchemaParticle p = (XmlSchemaParticle)_positions[pos].particle; 1885string s = _symbols.NameOf(_positions[pos].symbol); 1909XmlSchemaParticle p = (XmlSchemaParticle)_positions[pos].particle;