2 references to GetCustomAttributesOrThrow
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEModuleSymbol.cs (2)
283
foreach (var customAttributeHandle in Module.
GetCustomAttributesOrThrow
(typerefAssemblyAttributesGoHere))
341
foreach (var attr in _module.
GetCustomAttributesOrThrow
(token))