When I open EntityFramework.BulkInsert in ILSpy and try to navigate to 'this.Provider.Context.Db' in the MappedDataReader Constructor it doesn't work.
I also have the same problem if I de-compile it and try to re-compile it in VS. VS says 'CS1061 'type' does not contain a definition for 'member' and no extension method 'name' accepting a first argument of type 'type' could be found (are you missing a using directive or an assembly reference?).'
Code Snippet of MappedDataReader Constructor
How is .Net able to execute this assembly?