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