2 writes to Bytes
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\MethodGCInfoNode.cs (2)
125Bytes = bytes; 133Bytes = null;
9 references to Bytes
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\MethodGCInfoNode.cs (9)
145if (Bytes != null) 147foreach (byte b in Bytes) 165if (Bytes != null) 167if (other.Bytes == null) 170return Bytes.SequenceEqual(other.Bytes); 290if (item.Bytes != null) 292dataBuilder.EmitBytes(item.Bytes); 296int align4Pad = -item.Bytes.Length & 3;