Base:
property
MetadataToken
System.Reflection.MemberInfo.MetadataToken
8 references to MetadataToken
mscorlib (8)
system\reflection\customattribute.cs (6)
119IList<CustomAttributeData> cad = GetCustomAttributes(target.GetRuntimeModule(), target.MetadataToken); 1225if (IsCustomAttributeDefined(method.GetRuntimeModule(), method.MetadataToken, caType)) 1235if (IsCustomAttributeDefined(method.GetRuntimeModule(), method.MetadataToken, caType, 0, inherit)) 1449object[] attributes = GetCustomAttributes(method.GetRuntimeModule(), method.MetadataToken, pcaCount, caType, !AllowCriticalCustomAttributes(method)); 1464object[] attributes = GetCustomAttributes(method.GetRuntimeModule(), method.MetadataToken, 0, caType, mustBeInheritable, result, !AllowCriticalCustomAttributes(method)); 2281GetSecurityAttributes(method.Module.ModuleHandle.GetRuntimeModule(), method.MetadataToken, false, out securityAttributes);
system\reflection\methodinfo.cs (1)
157!CustomAttribute.IsAttributeDefined(GetRuntimeModule(), MetadataToken, ctorToken))
system\runtime\interopservices\attributes.cs (1)
784int token = method.MetadataToken;