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