1 write to _ilBytes
ILCompiler.ReadyToRun (1)
IL\ReadyToRunILProvider.cs (1)
310
_ilBytes
= (byte[])wrappedMethod.GetILBytes().Clone();
2 references to _ilBytes
ILCompiler.ReadyToRun (2)
IL\ReadyToRunILProvider.cs (2)
327
ILTokenReplacer.Replace(
_ilBytes
, GetMutableModuleToken);
371
public override byte[] GetILBytes() =>
_ilBytes
;