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]; 2481builder.EmitBytes(_guidBytes[i]); 2483Debug.Assert(_entryType.GetField("Vtable"u8).Offset.AsInt == _guidBytes[i].Length); 2541&& guidValue.Size == _parent._guidBytes[_index].Length) 2543Array.Copy(guidValue.InstanceBytes, _parent._guidBytes[_index], _parent._guidBytes[_index].Length);