As a games programmer, I can say that the large gaming studios will never probably not adopt XNA . It is simply too slow and it is also very inflexibleany time soon. You would have to modify the XNA (Game Studio) engine for it to be of much use, which I believe Microsoft don't allow subclassing and so you might as well use an Open source game engine or better, write your own. XNA's strength is that it provides many classes that you can use in game development, but many others often choose to douse a fully fledged games engine. Although XNA is rather good for beginner's to cut their teeth on if you are new to programming games.
I would say that Java and C# are terrible languages to use for games development. Games development produces applications that require sound, advanced graphics, AI, Physics, etc. All that requires a powerful and fairly quick language environment. All modern Most of the top tier PC and console games are written in C++.
Just as a matter of correctness I would not say that XNA is cross-platform, it is Microsoft only platforms, it will not run on Mac OS X, Linux, Playstation 3 or the Wii.
If you are a Mac developer you can use Unity, which will build games for Windows, Mac OS X and Linux.
The coding must be done on a Mac however.
The exception of course are internet games written in Flash, which aren't real games anywayin the sense that they are not the fully capable games like Left 4 Dead or Team Fortress, etc.
