24 instantiations of CustomAttributeHandleCollection
System.Reflection.Metadata (24)
70 references to CustomAttributeHandleCollection
ILCompiler.Compiler (7)
ILCompiler.MetadataTransform (10)
ILCompiler.ReadyToRun (3)
ILCompiler.TypeSystem (6)
Microsoft.Build.Tasks.Core (1)
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.CSharp (10)
Microsoft.NET.HostModel (1)
System.Reflection.Metadata (24)
System.Reflection.MetadataLoadContext (6)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (4)
20public static IEnumerable<CustomAttributeData> ToTrueCustomAttributes(this CustomAttributeHandleCollection handles, EcmaModule module)
30public static bool IsCustomAttributeDefined(this CustomAttributeHandleCollection handles, ReadOnlySpan<byte> ns, ReadOnlySpan<byte> name, EcmaModule module)
35public static CustomAttributeData? TryFindCustomAttribute(this CustomAttributeHandleCollection handles, ReadOnlySpan<byte> ns, ReadOnlySpan<byte> name, EcmaModule module)
43private static CustomAttributeHandle FindCustomAttributeByName(this CustomAttributeHandleCollection handles, ReadOnlySpan<byte> ns, ReadOnlySpan<byte> name, EcmaModule module)