What assembly reference does Performance.report.frameRate​ use?
Hoping someone can answer this for me, as I don't have a Windows machine available to run JustDecompile on right now.

Need the assembly reference that allows me to use Performance.report.frameRate​. Anyone know?

Thanks in advance.
Assembly-CSharp.dll

There are .NET decompilers available for other OSes, Windows isn't a requirement for one.
Hi Wulf, what can I do with that?

Ahh, okay. Where can I get the .dll from, is it downloadable from the somewhere?
In response to Rebajas ():
Hi Wulf, what can I do with that?

Ahh, okay. Where can I get the .dll from, is it downloa...
Assembly-CSharp.dll is the main DLL you'd reference to see what you are trying to utilize. No using statement, it's in the global namespace of that DLL from Rust. You can get the DLL from the Rust Dedicated Server install.
lol - of course :) forgot about that.