2 writes to _pos
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
310_pos = pos; 316set { _pos = value; }
3 references to _pos
System.Private.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
315get { return _pos; } 326firstpos.Set(_pos); 327lastpos.Set(_pos);