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)
329
Debug.Assert(ReadyToRunStandaloneMethodMetadata.Compute((EcmaMethod)
_owningMethod
.GetPrimaryMethodDesc().GetTypicalMethodDefinition()) != null);
366
public override MethodDesc OwningMethod =>
_owningMethod
;