3 references to GetCustomAttributesOrThrow
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEModuleSymbol.cs (3)
273
foreach (var customAttributeHandle in Module.
GetCustomAttributesOrThrow
(typerefAssemblyAttributesGoHere))
353
foreach (var customAttributeHandle in _module.
GetCustomAttributesOrThrow
(token))
438
foreach (var attr in _module.
GetCustomAttributesOrThrow
(token))