1 Commits
Author SHA1 Message Date
brobl2008 09c985c553 fix(csharp): walk generic type arguments in field position
A type used as a generic argument in a field declaration (private List<Order> _orders)
did not emit a references edge to the argument type, so field-injected dependencies were
invisible. Walk the field's type through the shared type-ref collector, bringing fields
to parity with the property handler; builtins and in-scope type parameters are not
fabricated.
2026-08-21 16:50:25 +01:00