3 references to _positions
System.Private.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
243
return
_positions
.Add(new Position(symbol, particle));
248
get { return (Position)
_positions
[pos]!; }
253
get { return
_positions
.Count; }