3 references to GetCustomAttributesForToken
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEModuleSymbol.cs (2)
419
return
GetCustomAttributesForToken
(token, out _, default);
431
return
GetCustomAttributesForToken
(token, out paramArrayAttribute, AttributeDescription.ParamArrayAttribute);
Symbols\Metadata\PE\PETypeParameterSymbol.cs (1)
646
var loadedCustomAttributes = containingPEModuleSymbol.
GetCustomAttributesForToken
(