If I do something like this
DBcontext.MyTable.Where(x => x.SomeGuid.ToString() == "00000000-0000-0000-0000-1234000001234");
Then that loads the entity which isn't what I want. I want to know, what entities have already been loaded
NB I want a list of ALL entities that have been loaded, not just a specific one.
The linked question in the comment answers the second part of this question so I've now removed that