1 write to _guidBytes
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2457_guidBytes = new byte[numFields][];
6 references to _guidBytes
ILCompiler.Compiler (6)
Compiler\TypePreinit.cs (6)
2459_guidBytes[i] = new byte[16]; 2508builder.EmitBytes(_guidBytes[i]); 2510Debug.Assert(_entryType.GetField("Vtable"u8).Offset.AsInt == _guidBytes[i].Length); 2568&& guidValue.Size == _parent._guidBytes[_index].Length) 2570Array.Copy(guidValue.InstanceBytes, _parent._guidBytes[_index], _parent._guidBytes[_index].Length);