3 references to positions
System.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
216
return
positions
.Add(new Position(symbol, particle));
220
get { return (Position)
positions
[pos]; }
224
get { return
positions
.Count; }