18 references to ldvirtftn
ILCompiler.Compiler (13)
Compiler\Dataflow\MethodBodyScanner.cs (1)
534
case ILOpcode.
ldvirtftn
:
IL\ILImporter.Scanner.cs (6)
605
case ILOpcode.
ldvirtftn
:
647
opcode != ILOpcode.ldftn && opcode != ILOpcode.
ldvirtftn
)
816
else if ((opcode != ILOpcode.callvirt && opcode != ILOpcode.
ldvirtftn
) || resolvedConstraint)
837
bool allowInstParam = opcode != ILOpcode.
ldvirtftn
&& opcode != ILOpcode.ldftn;
1045
if ((opcode == ILOpcode.ldftn || opcode == ILOpcode.
ldvirtftn
)
1062
DelegateCreationInfo info = _compilation.GetDelegateCtor(canonDelegateType, targetForDelegate, constraintForDelegate, opcode == ILOpcode.
ldvirtftn
);
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
179
case ILOpcode.
ldvirtftn
:
861
case ILOpcode.
ldvirtftn
:
parent\parent\Common\TypeSystem\IL\Stubs\ForwardDelegateCreationThunk.cs (1)
111
codeStream.Emit(ILOpcode.
ldvirtftn
, emitter.NewToken(
parent\parent\Common\TypeSystem\IL\Stubs\StreamIntrinsics.cs (2)
36
codestream.Emit(ILOpcode.
ldvirtftn
, beginMethodToken);
42
codestream.Emit(ILOpcode.
ldvirtftn
, endMethodToken);
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
403
case ILOpcode.
ldvirtftn
:
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
699
case ILOpcode.
ldvirtftn
:
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
403
case ILOpcode.
ldvirtftn
:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
368
case ILOpcode.
ldvirtftn
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
391
case ILOpcode.
ldvirtftn
:
parent\parent\Common\TypeSystem\IL\ILTokenReplacer.cs (1)
74
case ILOpcode.
ldvirtftn
: