5 references to GetDecodedCustomAttribute
ILCompiler.Compiler (2)
Compiler\Dataflow\DiagnosticUtilities.cs (1)
52decoded = ecmaType.GetDecodedCustomAttribute("System.Diagnostics.CodeAnalysis", requiresAttributeName);
src\runtime\src\coreclr\tools\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (1)
964.GetDecodedCustomAttribute("System.Runtime.InteropServices", "GuidAttribute");
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.TypeEquivalence.cs (2)
21guidAttribute = this.GetDecodedCustomAttribute("System.Runtime.InteropServices", "GuidAttribute"); 58var typeIdentifierAttribute = this.GetDecodedCustomAttribute("System.Runtime.InteropServices", "TypeIdentifierAttribute");
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\MetadataExtensions.cs (1)
223var customAttributeValue = type.GetDecodedCustomAttribute(