1 write to _owningMethod
ILCompiler.ReadyToRun (1)
IL\ReadyToRunILProvider.cs (1)
305_owningMethod = owningMethod;
2 references to _owningMethod
ILCompiler.ReadyToRun (2)
IL\ReadyToRunILProvider.cs (2)
326Debug.Assert(ReadyToRunStandaloneMethodMetadata.Compute((EcmaMethod)_owningMethod.GetPrimaryMethodDesc().GetTypicalMethodDefinition()) != null); 363public override MethodDesc OwningMethod => _owningMethod;