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