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