Base:
property
MetadataToken
System.Reflection.MemberInfo.MetadataToken
6 references to MetadataToken
System.Private.CoreLib (6)
src\System\Reflection\RuntimeCustomAttributeData.cs (6)
42IList<CustomAttributeData> cad = GetCustomAttributes(target.GetRuntimeModule(), target.MetadataToken); 1153if (IsCustomAttributeDefined(method.GetRuntimeModule(), method.MetadataToken, caType)) 1163if (IsCustomAttributeDefined(method.GetRuntimeModule(), method.MetadataToken, caType, 0, inherit)) 1304object[] attributes = GetCustomAttributes(method.GetRuntimeModule(), method.MetadataToken, pcas.Count, caType); 1317AddCustomAttributes(ref result, method.GetRuntimeModule(), method.MetadataToken, caType, mustBeInheritable, result); 2185int token = method.MetadataToken;