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