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)
324ILTokenReplacer.Replace(_ilBytes, GetMutableModuleToken); 368public override byte[] GetILBytes() => _ilBytes;