1 write to CorTypeAttr
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\33\Microsoft_Diagnostics_DataContractReader_Data.EEClass.g.cs (1)
39
CorTypeAttr
= target.ReadField<uint>(b, t, n);
1 reference to CorTypeAttr
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
672
public uint GetTypeDefTypeAttributes(TypeHandle typeHandle) => !typeHandle.IsMethodTable() ? (uint)0 : GetClassData(typeHandle).
CorTypeAttr
;