8 references to AddDependency
Microsoft.Cci.Extensions (8)
TypeDependencies.cs (8)
44AddDependency(type.Attributes); 78AddDependency(method.Attributes, isPublic); 83AddDependency(method.ReturnValueAttributes, isPublic); 92AddDependency(param.Attributes, isPublic); 105AddDependency(field.Attributes, field.IsVisibleOutsideAssembly()); 114AddDependency(evnt.Attributes, evnt.IsVisibleOutsideAssembly()); 123AddDependency(property.Attributes, property.IsVisibleOutsideAssembly()); 131AddDependency(attribute.Attributes);