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