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