1. 356a684 Simplify binding expression creation logic. Specifically, make it easier to reason about when we use direct expressions vs. wrapping them in methods vs. creating FIBEs. Make it easier to see that all request kinds other than instance and provider are derived from either instance or provider, and that often instance is derived from provider or the other way around. by dpb · 8 years ago
  2. 466064a Private method implementations should always use their containing class as the "requesting" class, and not the class of whichever caller first uses them, which might be a subclass. by dpb · 8 years ago
  3. 02db213 Refactor PrivateMethodBindingExpression into multiple classes. by dpb · 8 years ago