Reflector error or optimisation?
- by David_001
Long story short: I used reflector on the System.Security.Util.Tokenizer class, and there's loads of goto statements in there.
Here's a brief example snippet:
Label_0026:
if (this._inSavedCharacter != -1)
{
num = this._inSavedCharacter;
this._inSavedCharacter = -1;
}
else
{
…