1 write to _guidBytes
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2430
_guidBytes
= new byte[numFields][];
6 references to _guidBytes
ILCompiler.Compiler (6)
Compiler\TypePreinit.cs (6)
2432
_guidBytes
[i] = new byte[16];
2481
builder.EmitBytes(
_guidBytes
[i]);
2483
Debug.Assert(_entryType.GetField("Vtable"u8).Offset.AsInt ==
_guidBytes
[i].Length);
2541
&& guidValue.Size == _parent.
_guidBytes
[_index].Length)
2543
Array.Copy(guidValue.InstanceBytes, _parent.
_guidBytes
[_index], _parent.
_guidBytes
[_index].Length);