3 references to GetSlot
System.Private.CoreLib (3)
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (2)
116int slot = RuntimeMethodHandle.GetSlot(this); 329int slot = RuntimeMethodHandle.GetSlot(this);
src\System\RuntimeType.CoreCLR.cs (1)
1332int slot = RuntimeMethodHandle.GetSlot((RuntimeMethodInfo)associateMethod);