Consider type Foo and something which yields IEnumerable.
Foo
IEnumerable
Later in code I do seq.Where(x => x != null), so effec
seq.Where(x => x != null)