Basic question here - I have many lines of code that look something like:
var a = (long_expression == null) ? null : long_expression.Method();
You could put long_expression == null into a function with a short name and just call that function each time.
long_expression == null