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