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