I'm trying to convert a project that is being build using C# 6.0 features like null propagation. this.EventHandler?.Invoke(this, args) fails with "Expected token '?'"