Base:
property
MetadataToken
System.Reflection.MemberInfo.MetadataToken
10 references to MetadataToken
mscorlib (10)
system\reflection\customattribute.cs (7)
73IList<CustomAttributeData> cad = GetCustomAttributes(target.GetRuntimeModule(), target.MetadataToken); 1197if (IsCustomAttributeDefined(type.GetRuntimeModule(), type.MetadataToken, caType)) 1207if (IsCustomAttributeDefined(type.GetRuntimeModule(), type.MetadataToken, caType, 0, inherit)) 1348object[] attributes = GetCustomAttributes(type.GetRuntimeModule(), type.MetadataToken, pcaCount, caType, !AllowCriticalCustomAttributes(type)); 1363object[] attributes = GetCustomAttributes(type.GetRuntimeModule(), type.MetadataToken, 0, caType, mustBeInheritable, result, !AllowCriticalCustomAttributes(type)); 2016CustomAttributeRecord[] car = CustomAttributeData.GetCustomAttributeRecords(decoratedModule, decoratedAttribute.MetadataToken); 2214GetSecurityAttributes(type.Module.ModuleHandle.GetRuntimeModule(), type.MetadataToken, false, out securityAttributes);
system\rttype.cs (2)
2686!CustomAttribute.IsAttributeDefined(GetRuntimeModule(), MetadataToken, ctorToken)) 4009RuntimeTypeHandle.GetMetadataImport(this).GetGenericParamProps(MetadataToken, out attributes);
system\runtime\interopservices\attributes.cs (1)
897type.GetRuntimeModule().MetadataImport.GetClassLayout(type.MetadataToken, out pack, out size);