0
kicks
New in PostSharp 2.1: Navigating Code Relationships
Gael Fraiteur covers the second feature of ReflectionSearch: querying the relationships between elements of code. Three kinds of relationships are supported:
* type inheritance (classes and interfaces),
* usage in statements (a type, method, or field is used inside a method body),
* member type.