1 write to _parent
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2542=> (_parent, _index) = (parent, index);
12 references to _parent
ILCompiler.Compiler (12)
Compiler\TypePreinit.cs (12)
2563if (field.OwningType != _parent._entryType) 2568&& guidValue.Size == _parent._guidBytes[_index].Length) 2570Array.Copy(guidValue.InstanceBytes, _parent._guidBytes[_index], _parent._guidBytes[_index].Length); 2577_parent._targetFields[_index] = byrefValue.BackingField; 2593if (field.OwningType == _parent._entryType) 2599else if (field.FieldType == _parent._entryType 2601&& field.Offset.AsInt % _parent._entryType.InstanceFieldSize.AsInt == 0 2602&& field.Offset.AsInt < _parent._entryType.InstanceFieldSize.AsInt * _parent._targetFields.Length) 2605int index = field.Offset.AsInt / _parent._entryType.InstanceFieldSize.AsInt; 2606return new ComInterfaceEntrySlotReference(_parent, index);