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