6 references to CustomAttributeBasedDependencyAlgorithm
ILCompiler.Compiler (6)
Compiler\DependencyAnalysis\EventMetadataNode.cs (1)
35CustomAttributeBasedDependencyAlgorithm.AddDependenciesDueToCustomAttributes(ref dependencies, factory, _event);
Compiler\DependencyAnalysis\FieldMetadataNode.cs (1)
67CustomAttributeBasedDependencyAlgorithm.AddDependenciesDueToCustomAttributes(ref dependencies, factory, (EcmaField)_field);
Compiler\DependencyAnalysis\MethodMetadataNode.cs (1)
131CustomAttributeBasedDependencyAlgorithm.AddDependenciesDueToCustomAttributes(ref dependencies, factory, _method);
Compiler\DependencyAnalysis\ModuleMetadataNode.cs (1)
60CustomAttributeBasedDependencyAlgorithm.AddDependenciesDueToCustomAttributes(ref dependencies, factory, (EcmaAssembly)_module);
Compiler\DependencyAnalysis\PropertyMetadataNode.cs (1)
35CustomAttributeBasedDependencyAlgorithm.AddDependenciesDueToCustomAttributes(ref dependencies, factory, _property);
Compiler\DependencyAnalysis\TypeMetadataNode.cs (1)
106CustomAttributeBasedDependencyAlgorithm.AddDependenciesDueToCustomAttributes(ref dependencies, factory, ((EcmaType)_type));