17 references to initobj
ILCompiler.Compiler (11)
Compiler\Dataflow\MethodBodyScanner.cs (1)
695
case ILOpcode.
initobj
:
Compiler\TypePreinit.cs (1)
1123
case ILOpcode.
initobj
:
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
180
case ILOpcode.
initobj
:
898
case ILOpcode.
initobj
:
parent\parent\Common\TypeSystem\IL\NativeAotILProvider.cs (1)
119
codeStream.Emit(ILOpcode.
initobj
, emit.NewToken(context.GetSignatureVariable(0, method: true)));
parent\parent\Common\TypeSystem\IL\Stubs\AsyncResumptionStub.cs (1)
93
ilStream.Emit(ILOpcode.
initobj
, ilEmitter.NewToken(param));
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (4)
284
codeStream.Emit(ILOpcode.
initobj
, _ilCodeStreams.Emitter.NewToken(NativeType));
656
codeStream.Emit(ILOpcode.
initobj
, _ilCodeStreams.Emitter.NewToken(NativeType));
775
codeStream.Emit(ILOpcode.
initobj
, emitter.NewToken(nativeStructType));
1156
codeStream.Emit(ILOpcode.
initobj
, _ilCodeStreams.Emitter.NewToken(NativeType));
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
357
case ILOpcode.
initobj
:
ILCompiler.ReadyToRun (3)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
652
case ILOpcode.
initobj
:
parent\parent\Common\TypeSystem\IL\Stubs\AsyncResumptionStub.cs (1)
93
ilStream.Emit(ILOpcode.
initobj
, ilEmitter.NewToken(param));
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
357
case ILOpcode.
initobj
:
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
369
case ILOpcode.
initobj
:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
132
case ILOpcode.
initobj
:
parent\parent\Common\TypeSystem\IL\ILTokenReplacer.cs (1)
75
case ILOpcode.
initobj
: