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