6 references to _list
System.Data.Entity (6)
System\Data\Common\EntitySql\AST\AstNode.cs (6)
63
_list
.Add(item);
71
_list
.Add(item);
80
get { return
_list
.Count; }
89
get { return
_list
[index]; }
95
return
_list
.GetEnumerator();
100
return
_list
.GetEnumerator();