As far as I can tell (I looked at the assemblies with JustDecompile), they only exist in .NET 4.5 and not in .NET 4.0, and a lot of them aren't extension-methods, but actual methods. The extension-methods (ToListAsync, ToArrayAsync, etc) are found in System.Data.Entity.
↧