I need to get the source code for ORIGINALSystem.Numerics.BigInteger with developer comments and reasonable variable names. I know how to decompile assemblies, and that is not the answer I'm looking for.
What I tried:
- Downloading source code for .NET 4 and 4.5, but BigInteger is not included for some reason.
- The initial step, following the MS instructions , but this did not work due to this problem with SP1 and I have no way to roll back on my dev machine . I also do not have access to another dev machine.
I am sure many of you have used the source step to debug and / or view the BCL source code. If you have, send BigInteger and the dependent code as an answer. If it crosses any legal boundaries, please let me know the same so that I can jump on alternatives. If you propose alternatives, provide a specific reason for this.
source
share