1 write to _context
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (1)
76
_context
= factory.TypeSystemContext;
4 references to _context
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (4)
39
MethodSignature INodeWithTypeSignature.Signature => WasmLowering.RaiseSignature(sigForInterpToR2RThunks,
_context
);
69
char hiddenParamChar = (
_context
.Target.PointerSize == 4) ? 'i' : 'l';
118
MethodSignature methodSignature = WasmLowering.RaiseSignature(_wasmSignature,
_context
);
119
(ArgIterator<TypeHandle> argit, TransitionBlock transitionBlock) = GCRefMapBuilder.BuildArgIterator(methodSignature,
_context
, methodIsAsyncCall: hasAsyncContinuation);