Apologies if this has been asked before - searching SO for the terms "object reference" primarily returns page after page of questions about NullReferenceException.
What is the size of an object reference in .Net? Does it vary between x86, x64, and/or AnyCPU compilation?
If it makes a difference, I'm personally interested in C#.