2 writes to _pos
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
333
_pos
= pos;
339
set {
_pos
= value; }
6 references to _pos
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (6)
338
get { return
_pos
; }
349
return new LeafNode(positions.Add(positions[
_pos
].symbol, positions[
_pos
].particle));
354
firstpos.Set(
_pos
);
355
lastpos.Set(
_pos
);
366
bb.Append("\"" + symbols.NameOf(positions[
_pos
].symbol) + "\"");