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