2 references to GetDecodedCustomAttributes
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\DynamicDependencyAttributesOnEntityNode.cs (1)
63
_ => (((EcmaField)_entity).OwningType, ((EcmaField)_entity).
GetDecodedCustomAttributes
("System.Diagnostics.CodeAnalysis", "DynamicDependencyAttribute")),
Compiler\Logging\UnconditionalSuppressMessageAttributeState.cs (1)
321
return ecmaField.
GetDecodedCustomAttributes
(attributeNamespace, attributeName);