1 write to _variant
ILCompiler.ReadyToRun (1)
IL\ReadyToRunILProvider.cs (1)
390
=> (
_variant
, _methodIL) = (variant, methodIL);
2 references to _variant
ILCompiler.ReadyToRun (2)
IL\ReadyToRunILProvider.cs (2)
393
public override MethodDesc OwningMethod =>
_variant
;
404
public IEcmaModule Module => ((EcmaType)(
_variant
.OwningType)).Module;