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