5 references to GetMethodDescriptor
System.Private.CoreLib (5)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
794
methodHandle = dm.
GetMethodDescriptor
().Value;
821
methodHandle = vaMeth.m_dynamicMethod.
GetMethodDescriptor
().Value;
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (3)
52
GetMethodDescriptor
();
58
MulticastDelegate d = (MulticastDelegate)Delegate.CreateDelegateNoSecurityCheck(delegateType, target,
GetMethodDescriptor
());
128
_ =
GetMethodDescriptor
();