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