StijnOttenVMT

Results 1 issues of StijnOttenVMT

Current [Linq `Any()`](https://source.dot.net/System.Linq/R/8788153112b7ffd0.html) has been updated to include a check for `is ICollection`. Therefore `Any()` is as performant as `count != 0` would be. Using `Any()` is now preferred because...

Area-Analyzers