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