1 override of GetDependenciesForCustomAttribute
ILCompiler.Compiler (1)
Compiler\UsageBasedMetadataManager.cs (1)
792public override DependencyList GetDependenciesForCustomAttribute(NodeFactory factory, MethodDesc attributeCtor, CustomAttributeValue decodedValue, TypeSystemEntity parent)
1 reference to GetDependenciesForCustomAttribute
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (1)
123var caDependencies = factory.MetadataManager.GetDependenciesForCustomAttribute(factory, constructor, decodedValue, parent) ?? new DependencyList();