4 references to GetDecodedCustomAttributes
ILCompiler.Compiler (3)
Compiler\Logging\MessageContainer.cs (1)
204
foreach (var attribute in ecmaAssembly.
GetDecodedCustomAttributes
("System.Reflection", "AssemblyMetadataAttribute"))
Compiler\Logging\UnconditionalSuppressMessageAttributeState.cs (1)
248
ecmaAssembly.
GetDecodedCustomAttributes
(UnconditionalSuppressMessageAttributeNamespace, UnconditionalSuppressMessageAttributeName),
Compiler\UsageBasedMetadataManager.cs (1)
379
foreach (var attribute in ecmaAssembly.
GetDecodedCustomAttributes
("System.Reflection", "AssemblyMetadataAttribute"))
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunVisibilityRootProvider.cs (1)
154
foreach (var assemblyMetadata in assembly.
GetDecodedCustomAttributes
("System.Reflection", "AssemblyMetadataAttribute"))