I am trying to debug into the RX source. Does anyone know where the pdb for RX is located? Google and SymbolSource failed
Sadly, pdbs aren't shipped. However, since the code is open source, you could build your own. The source lives at https://github.com/Reactive-Extensions/Rx.NET.
I raised an issue asking for symbol files to be shipped.