2 references to GetDecodedCustomAttributes
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\DynamicDependencyAttributesOnEntityNode.cs (1)
62
EcmaMethod method => (method.OwningType, method.
GetDecodedCustomAttributes
("System.Diagnostics.CodeAnalysis", "DynamicDependencyAttribute")),
Compiler\Logging\UnconditionalSuppressMessageAttributeState.cs (1)
313
return ecmaMethod.
GetDecodedCustomAttributes
(attributeNamespace, attributeName);