Silly question for #dotnet folks. Does Release mode automatically call `String.Intern` on strings? I only ask because I ran a benchmark, and doing it explicitly versus not doing it amounts to identical results.
It might also be a release optimization for `StreamReader`.

