src\System\Reflection\RuntimeCustomAttributeData.cs (30)
69internal static IList<CustomAttributeData> GetCustomAttributesInternal(RuntimeModule target)
85return GetCustomAttributes((RuntimeModule)target.ManifestModule, RuntimeAssembly.GetToken(target));
183private static IList<CustomAttributeData> GetCustomAttributes(RuntimeModule module, int tkTarget)
200internal static CustomAttributeRecord[] GetCustomAttributeRecords(RuntimeModule module, int targetToken)
238private readonly RuntimeModule m_scope = null!;
251private RuntimeCustomAttributeData(RuntimeModule scope, MetadataToken caCtorToken, in ConstArray blob)
543private static RuntimeType ResolveType(RuntimeModule scope, string typeName)
551internal CustomAttributeTypedArgument(RuntimeModule scope, CustomAttributeEncodedArgument encodedArg)
667RuntimeModule customAttributeModule)
707RuntimeModule module)
721RuntimeModule module)
809RuntimeModule module)
877private static CustomAttributeType ParseCustomAttributeType(ref CustomAttributeDataParser parser, RuntimeModule module)
1230return IsCustomAttributeDefined((assembly.ManifestModule as RuntimeModule)!, RuntimeAssembly.GetToken(assembly), caType);
1233internal static bool IsDefined(RuntimeModule module, RuntimeType caType)
1392return GetCustomAttributes((assembly.ManifestModule as RuntimeModule)!, assemblyToken, 0, caType);
1395internal static object[] GetCustomAttributes(RuntimeModule module, RuntimeType caType)
1405internal static bool IsAttributeDefined(RuntimeModule decoratedModule, int decoratedMetadataToken, int attributeCtorToken)
1411RuntimeModule decoratedModule, int decoratedMetadataToken, RuntimeType? attributeFilterType)
1417RuntimeModule decoratedModule, int decoratedMetadataToken, RuntimeType? attributeFilterType, int attributeCtorToken, bool mustBeInheritable)
1470RuntimeModule decoratedModule, int decoratedMetadataToken, int pcaCount, RuntimeType attributeFilterType)
1490RuntimeModule decoratedModule, int decoratedMetadataToken,
1621RuntimeModule decoratedModule,
1767RuntimeModule decoratedModule = decoratedAttribute.GetRuntimeModule();
1871private static object CreateCustomAttributeInstance(RuntimeModule module, RuntimeType type, IRuntimeMethodInfo ctor, ref IntPtr blob, IntPtr blobEnd, out int namedArgs)
1901RuntimeModule module, ref IntPtr blobStart, IntPtr blobEnd, out string name, out bool isProperty, out RuntimeType? type, out object? value)
2183RuntimeModule module = method.Module.ModuleHandle.GetRuntimeModule();
2240private static MarshalAsAttribute? GetMarshalAsCustomAttribute(int token, RuntimeModule scope)
2254RuntimeModule module = field.GetRuntimeModule();
2286RuntimeModule module = type.GetRuntimeModule();