2 writes to enumerable
System.Core (2)
System\Linq\SequenceQuery.cs (2)
52
this.
enumerable
= enumerable;
130
this.
enumerable
= f.Compile()();
5 references to enumerable
System.Core (5)
System\Linq\SequenceQuery.cs (5)
66
get { return this.
enumerable
; }
126
if (this.
enumerable
== null) {
132
return this.
enumerable
.GetEnumerator();
138
if (this.
enumerable
!= null)
139
return this.
enumerable
.ToString();