5 references to GetDecodedCustomAttribute
ILCompiler.Compiler (2)
Compiler\Dataflow\DiagnosticUtilities.cs (1)
52
decoded = 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)
21
guidAttribute = this.
GetDecodedCustomAttribute
("System.Runtime.InteropServices", "GuidAttribute");
58
var typeIdentifierAttribute = this.
GetDecodedCustomAttribute
("System.Runtime.InteropServices", "TypeIdentifierAttribute");
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\MetadataExtensions.cs (1)
223
var customAttributeValue = type.
GetDecodedCustomAttribute
(