2 references to GetDelegateCtor
ILCompiler.Compiler (1)
IL\ILImporter.Scanner.cs (1)
946
DelegateCreationInfo info = _compilation.
GetDelegateCtor
(canonDelegateType, targetForDelegate, constraintForDelegate, opcode == ILOpcode.ldvirtftn);
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
433
DelegateCreationInfo delegateInfo = _compilation.
GetDelegateCtor
(delegateTypeDesc, targetMethod, constrainedType, isLdvirtftn);