1 implementation of GetTypeDefTypeAttributes
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
669
public uint
GetTypeDefTypeAttributes
(TypeHandle typeHandle) => !typeHandle.IsMethodTable() ? (uint)0 : GetClassData(typeHandle).CorTypeAttr;
1 reference to GetTypeDefTypeAttributes
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
2839
result.dwAttrClass = contract.
GetTypeDefTypeAttributes
(methodTable);