10 references to GetCustomAttributes
BuildValidator (1)
Util.cs (1)
47
foreach (var attributeHandle in reader.
GetCustomAttributes
(Handle.AssemblyDefinition))
Microsoft.CodeAnalysis (6)
MetadataReader\PEModule.cs (6)
2498
foreach (var attributeHandle in MetadataReader.
GetCustomAttributes
(hasAttribute))
2531
foreach (var attributeHandle in metadataReader.
GetCustomAttributes
(hasAttribute))
2557
foreach (var attributeHandle in MetadataReader.
GetCustomAttributes
(hasAttribute))
2578
foreach (var attributeHandle in MetadataReader.
GetCustomAttributes
(hasAttribute))
2614
foreach (var attributeHandle in MetadataReader.
GetCustomAttributes
(typeDef))
3616
return MetadataReader.
GetCustomAttributes
(handle);
System.Reflection.Metadata (2)
System\Reflection\Metadata\MetadataReader.WinMD.cs (2)
505
foreach (var caHandle in
GetCustomAttributes
(methodDef))
729
foreach (var caHandle in
GetCustomAttributes
(token))
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
21
public static CustomAttributeHandleCollection GetCustomAttributes(this EntityHandle handle, MetadataReader reader) => reader.
GetCustomAttributes
(handle);