12 references to GetMetadataDependencies
ILCompiler.Compiler (12)
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (1)
297TypeMetadataNode.GetMetadataDependencies(ref dependencies, factory, typeofType, "Custom attribute blob");
Compiler\DependencyAnalysis\FieldMetadataNode.cs (2)
56TypeMetadataNode.GetMetadataDependencies(ref dependencies, factory, sigData.type, "Modifier in a field signature"); 59TypeMetadataNode.GetMetadataDependencies(ref dependencies, factory, _field.FieldType, "Type of the field");
Compiler\DependencyAnalysis\MethodMetadataNode.cs (3)
60TypeMetadataNode.GetMetadataDependencies(ref dependencies, factory, sig.ReturnType, reason); 63TypeMetadataNode.GetMetadataDependencies(ref dependencies, factory, paramType, reason); 70TypeMetadataNode.GetMetadataDependencies(ref dependencies, factory, sigData.type, "Modifier in a method signature");
Compiler\DependencyAnalysis\TypeMetadataNode.cs (5)
48GetMetadataDependencies(ref dependencies, factory, baseType, "Base type of a reflectable type"); 124GetMetadataDependencies(ref dependencies, nodeFactory, ((ParameterizedType)type).ParameterType, reason); 128GetMetadataDependencies(ref dependencies, nodeFactory, pointerType.Signature.ReturnType, reason); 130GetMetadataDependencies(ref dependencies, nodeFactory, paramType, reason); 163GetMetadataDependencies(ref dependencies, nodeFactory, typeArg, reason);
Compiler\UsageBasedMetadataManager.cs (1)
298TypeMetadataNode.GetMetadataDependencies(ref dependencies, factory, type, "Reflectable type");