21 references to ldstr
ILCompiler.Compiler (9)
Compiler\Dataflow\MethodBodyScanner.cs (1)
522case ILOpcode.ldstr:
Compiler\SubstitutedILProvider.cs (1)
664newBody[offset] = (byte)ILOpcode.ldstr;
Compiler\TypePreinit.cs (1)
329case ILOpcode.ldstr:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
157case ILOpcode.ldstr: 618case ILOpcode.ldstr:
parent\parent\Common\TypeSystem\IL\Stubs\TypeGetTypeMethodThunk.cs (1)
79codeStream.Emit(ILOpcode.ldstr, emit.NewToken(DefaultAssemblyName));
parent\parent\Common\TypeSystem\IL\Stubs\TypeSystemThrowingILEmitter.cs (1)
90codeStream.Emit(ILOpcode.ldstr, emitter.NewToken(arg));
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.Aot.cs (1)
129codeStream.Emit(ILOpcode.ldstr, emitter.NewToken(message));
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (1)
1245fnptrLoadStream.Emit(ILOpcode.ldstr, emitter.NewToken(cookie));
ILCompiler.ReadyToRun (4)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
695case ILOpcode.ldstr:
IBC\MIbcProfileParser.cs (3)
201case ILOpcode.ldstr: 298case ILOpcode.ldstr: 511case ILOpcode.ldstr:
ILCompiler.RyuJit (4)
parent\ILCompiler.ReadyToRun\IBC\MIbcProfileParser.cs (3)
201case ILOpcode.ldstr: 298case ILOpcode.ldstr: 511case ILOpcode.ldstr:
parent\parent\Common\TypeSystem\IL\Stubs\TypeSystemThrowingILEmitter.cs (1)
90codeStream.Emit(ILOpcode.ldstr, emitter.NewToken(arg));
ILCompiler.TypeSystem (4)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
346case ILOpcode.ldstr:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
99case ILOpcode.ldstr:
parent\parent\Common\TypeSystem\IL\ILTokenReplacer.cs (1)
52case ILOpcode.ldstr:
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
852codeStream.Emit(ILOpcode.ldstr, emit.NewToken(name));