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