30 references to ldtoken
ILCompiler.Compiler (21)
Compiler\Dataflow\CompilerGeneratedState.cs (2)
170case ILOpcode.ldtoken: 484case ILOpcode.ldtoken:
Compiler\Dataflow\MethodBodyScanner.cs (1)
529case ILOpcode.ldtoken:
Compiler\SubstitutedILProvider.cs (1)
1117if (opcode != ILOpcode.ldtoken)
Compiler\TypePreinit.cs (1)
1006case ILOpcode.ldtoken:
IL\RvaIntrinsicPatternAnalyzer.cs (2)
61else if (opcode == ILOpcode.ldtoken) 82if (opcode == ILOpcode.ldtoken)
IL\Stubs\StartupCode\StartupCodeMainMethod.cs (1)
101codeStream.Emit(ILOpcode.ldtoken, emitter.NewToken(entrypointModule.GetGlobalModuleType()));
IL\TypeEqualityPatternAnalyzer.cs (2)
77if (opcode == ILOpcode.ldtoken) 87if (opcode == ILOpcode.ldtoken)
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
177case ILOpcode.ldtoken: 800case ILOpcode.ldtoken:
parent\parent\Common\TypeSystem\IL\Stubs\AssemblyGetExecutingAssemblyMethodThunk.cs (1)
79codeStream.Emit(ILOpcode.ldtoken, emit.NewToken(moduleType));
parent\parent\Common\TypeSystem\IL\Stubs\GetCanonTypeIntrinsic.cs (1)
27codeStream.Emit(ILOpcode.ldtoken, emitter.NewToken(context.CanonType));
parent\parent\Common\TypeSystem\IL\Stubs\MethodBaseGetCurrentMethodThunk.cs (2)
76codeStream.Emit(ILOpcode.ldtoken, emit.NewToken(Method)); 81codeStream.Emit(ILOpcode.ldtoken, emit.NewToken(Method.OwningType));
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (4)
683codeStream.Emit(ILOpcode.ldtoken, emitter.NewToken(ManagedType)); 785codeStream.Emit(ILOpcode.ldtoken, emitter.NewToken(ManagedType)); 1243fnptrLoadStream.Emit(ILOpcode.ldtoken, emitter.NewToken(ManagedType)); 1244fnptrLoadStream.Emit(ILOpcode.ldtoken, emitter.NewToken(marshallerType));
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
420case ILOpcode.ldtoken:
ILCompiler.ReadyToRun (4)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
698case ILOpcode.ldtoken:
IBC\MIbcProfileParser.cs (2)
210case ILOpcode.ldtoken: 382case ILOpcode.ldtoken:
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
420case ILOpcode.ldtoken:
ILCompiler.RyuJit (2)
parent\ILCompiler.ReadyToRun\IBC\MIbcProfileParser.cs (2)
210case ILOpcode.ldtoken: 382case ILOpcode.ldtoken:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
366case ILOpcode.ldtoken:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
100case ILOpcode.ldtoken:
parent\parent\Common\TypeSystem\IL\ILTokenReplacer.cs (1)
72case ILOpcode.ldtoken: