1 write to _context
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (1)
40
_context
= factory.TypeSystemContext;
4 references to _context
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (4)
90
MethodSignature INodeWithTypeSignature.Signature => WasmLowering.RaiseSignature(_wasmSignature,
_context
);
121
char hiddenParamChar = (
_context
.Target.PointerSize == 4) ? 'i' : 'l';
157
MethodSignature methodSignature = WasmLowering.RaiseSignature(_wasmSignature,
_context
);
160
(ArgIterator<TypeHandle> argit, TransitionBlock transitionBlock) = GCRefMapBuilder.BuildArgIterator(methodSignature,
_context
, methodIsAsyncCall: hasAsyncContinuation);