2 writes to pos
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
281this.pos = pos; 286set { pos = value; }
5 references to pos
System.Xml (5)
System\Xml\Schema\ContentValidator.cs (5)
285get { return pos;} 294return new LeafNode(positions.Add(positions[pos].symbol, positions[pos].particle)); 298firstpos.Set(pos); 299lastpos.Set(pos);