5 references to GetCustomAttributesForToken
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1019
attributeData = containingPEModuleSymbol.
GetCustomAttributesForToken
(_handle,
Symbols\Metadata\PE\PEModuleSymbol.cs (2)
313
return
GetCustomAttributesForToken
(token, out filteredOutAttribute1, filterOut1, out _, default, out _, default, out _, default, out _, default, out _, default);
322
return
GetCustomAttributesForToken
(token, out filteredOutAttribute1, filterOut1, out filteredOutAttribute2, filterOut2, out _, default, out _, default, out _, default, out _, default);
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
911
var loadedCustomAttributes = ContainingPEModule.
GetCustomAttributesForToken
(
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
1111
containingPEModuleSymbol.
GetCustomAttributesForToken
(