Concurrency is definitely not automatic, .NET only offers you tools (TPL, threads, etc.). But you need to use them to achieve concurrency.
As Voxpire mentioned, reworking ServUO to use concurrency in world processing would require massive amount of time.
Also as PyrO mentioned, not all...