1 write to _context
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (1)
40
_context
= factory.TypeSystemContext;
3 references to _context
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (3)
90
MethodSignature INodeWithTypeSignature.Signature => WasmLowering.RaiseSignature(_wasmSignature,
_context
);
127
MethodSignature methodSignature = WasmLowering.RaiseSignature(_wasmSignature,
_context
);
128
(ArgIterator<TypeHandle> argit, TransitionBlock transitionBlock) = GCRefMapBuilder.BuildArgIterator(methodSignature,
_context
);