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