11 references to AddDependency
Microsoft.Cci.Extensions (11)
TypeDependencies.cs (11)
82AddDependency(method.Type, isPublic); 93AddDependency(param.Type, isPublic); 106AddDependency(field.Type, field.IsVisibleOutsideAssembly()); 115AddDependency(evnt.Type, evnt.IsVisibleOutsideAssembly()); 124AddDependency(property.Type, property.IsVisibleOutsideAssembly()); 137AddDependency(attribute.Type, isPublic); 144AddDependency(constraint, isPublic); 151AddDependency(local.Type); 162AddDependency((ITypeReference)op.Value); 180AddDependency(type, isPublic); 191AddDependency(method.ContainingType, false);