1 write to CorTypeAttr
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\EEClass.cs (1)
16
CorTypeAttr
= target.ReadField<uint>(address, type, nameof(CorTypeAttr));
2 references to CorTypeAttr
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\RuntimeTypeSystem_1.cs (1)
669
public uint GetTypeDefTypeAttributes(TypeHandle typeHandle) => !typeHandle.IsMethodTable() ? (uint)0 : GetClassData(typeHandle).
CorTypeAttr
;
Data\EEClass.cs (1)
16
CorTypeAttr = target.ReadField<uint>(address, type, nameof(
CorTypeAttr
));