2 writes to _pos
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
310
_pos
= pos;
316
set {
_pos
= value; }
4 references to _pos
System.Private.Xml (4)
System\Xml\Schema\ContentValidator.cs (4)
315
get { return
_pos
; }
326
firstpos.Set(
_pos
);
327
lastpos.Set(
_pos
);
338
bb.Append($"\"{symbols.NameOf(positions[
_pos
].symbol)}\"");