2 writes to scope
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
931
sig->
scope
= scope is not null ? ObjectToHandle(scope) : null; // scope can be null for internal calls and COM methods.
956
sig->
scope
= null; // Not used by the JIT
1 reference to scope
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3281
return Marshaller.IsMarshallingRequired(sig, Array.Empty<ParameterMetadata>(), ((MetadataType)HandleToObject(callSiteSig->
scope
).OwningMethod.OwningType).Module);