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