I just found this code in reflector in the .NET base libraries...
if (this._PasswordStrengthRegularExpression != null) { this._PasswordStreng
In addition to all of these nice valid things, when you are looking at disassembled code keep in mind that the developers COULD have used an obfuscator on those assemblies. One technique of obfuscation is adding random goto's to the IL