2 references to CorTypeAttr
Microsoft.Diagnostics.DataContractReader.Contracts (2)
_generated\42\Microsoft_Diagnostics_DataContractReader_Data.EEClass.g.cs (1)
352
_ =
CorTypeAttr
;
Contracts\RuntimeTypeSystem_1.cs (1)
916
public uint GetTypeDefTypeAttributes(ITypeHandle typeHandle) => !typeHandle.IsMethodTable() ? (uint)0 : GetClassData(typeHandle).
CorTypeAttr
;