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