2 writes to Bytes
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\MethodGCInfoNode.cs (2)
104Bytes = bytes; 112Bytes = null;
9 references to Bytes
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\MethodGCInfoNode.cs (9)
124if (Bytes != null) 126foreach (byte b in Bytes) 144if (Bytes != null) 146if (other.Bytes == null) 149return Bytes.SequenceEqual(other.Bytes); 267if (item.Bytes != null) 269dataBuilder.EmitBytes(item.Bytes); 271int align4Pad = -item.Bytes.Length & 3;