3 references to AddDependenciesFromCustomAttributeArgument
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (3)
166
if (!
AddDependenciesFromCustomAttributeArgument
(dependencies, factory, decodedArgument.Type, decodedArgument.Value))
186
if (!
AddDependenciesFromCustomAttributeArgument
(dependencies, factory, decodedArgument.Type, decodedArgument.Value))
280
if (!
AddDependenciesFromCustomAttributeArgument
(dependencies, factory, arrayElement.Type, arrayElement.Value))