Recently my co-worker showed me a block of code that was not working correctly:
public class SomeClass { private IList _categories; publ
This could be a problem with the debugger rather than with the code. Trying printing out the value or doing a null check after the statement with the coalesce operator.