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