21 references to ldftn
ILCompiler.Compiler (16)
Compiler\Dataflow\CompilerGeneratedState.cs (2)
169
case ILOpcode.
ldftn
:
483
case ILOpcode.
ldftn
:
Compiler\Dataflow\MethodBodyScanner.cs (1)
473
case ILOpcode.
ldftn
:
Compiler\TypePreinit.cs (1)
1024
case ILOpcode.
ldftn
:
IL\ILImporter.Scanner.cs (5)
603
case ILOpcode.
ldftn
:
647
opcode != ILOpcode.
ldftn
&& opcode != ILOpcode.ldvirtftn)
702
if (opcode != ILOpcode.
ldftn
)
837
bool allowInstParam = opcode != ILOpcode.ldvirtftn && opcode != ILOpcode.
ldftn
;
1045
if ((opcode == ILOpcode.
ldftn
|| opcode == ILOpcode.ldvirtftn)
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
178
case ILOpcode.
ldftn
:
860
case ILOpcode.
ldftn
:
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (1)
735
codeStream.Emit(ILOpcode.
ldftn
, emitter.NewToken(targetMethod));
parent\parent\Common\TypeSystem\IL\Stubs\StreamIntrinsics.cs (2)
37
codestream.Emit(ILOpcode.
ldftn
, beginMethodToken);
43
codestream.Emit(ILOpcode.
ldftn
, endMethodToken);
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (1)
1248
fnptrLoadStream.Emit(ILOpcode.
ldftn
, emitter.NewToken(getInstanceMethod));
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
402
case ILOpcode.
ldftn
:
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
700
case ILOpcode.
ldftn
:
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
402
case ILOpcode.
ldftn
:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
367
case ILOpcode.
ldftn
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
95
case ILOpcode.
ldftn
:
parent\parent\Common\TypeSystem\IL\ILTokenReplacer.cs (1)
73
case ILOpcode.
ldftn
: