FindTypesThatHaveDependencyOnAny fails with NRE when examined type has constant field with `null` value ``` public class Class_C { private const string NullConstant = null; Dependency_2 dp2; } ``` Repro https://github.com/BenMorris/NetArchTest/compare/master...batkaevruslan:NetArchTest:const-field-dependency-issue fails test 