Attempting to change resolution on Mac causes crash with no stack trace

The following 3 lines of code will cause a crash on OS X when called anywhere outside of Initialize. Any pointers on how to change the window size on OS X?

graphicsManager.PreferredBackBufferWidth = width;
graphicsManager.PreferredBackBufferHeight = height
graphicsManager.ApplyChanges();