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