1 write to _entryType
ILCompiler.Compiler (1)
Compiler\TypePreinit.cs (1)
2426
_entryType
= (MetadataType)entryType;
10 references to _entryType
ILCompiler.Compiler (10)
Compiler\TypePreinit.cs (10)
2418
public override int Size =>
_entryType
.InstanceFieldSize.AsInt * _targetFields.Length;
2428
int numFields = ((MetadataType)type).InstanceFieldSize.AsInt /
_entryType
.InstanceFieldSize.AsInt;
2480
Debug.Assert(
_entryType
.GetField("IID"u8).Offset.AsInt == 0);
2483
Debug.Assert(
_entryType
.GetField("Vtable"u8).Offset.AsInt == _guidBytes[i].Length);
2536
if (field.OwningType != _parent.
_entryType
)
2566
if (field.OwningType == _parent.
_entryType
)
2572
else if (field.FieldType == _parent.
_entryType
2574
&& field.Offset.AsInt % _parent.
_entryType
.InstanceFieldSize.AsInt == 0
2575
&& field.Offset.AsInt < _parent.
_entryType
.InstanceFieldSize.AsInt * _parent._targetFields.Length)
2578
int index = field.Offset.AsInt / _parent.
_entryType
.InstanceFieldSize.AsInt;