Comments
1 comment
-
The optimization level in the View/Options... dialog affects this.
For example, taking the program
class Program
{
int Test { get; set; }
static void Main(string[] args)
{
Func<int> test2 = () => Int32.Parse(args[0]);
}
}
and displaying the class Program with methods expanded with level set to 2.0 shows all sorts of compiler generated things, while setting it to 3.5 displays more or less the above.
Add comment
Please sign in to leave a comment.
This is just random noise which I would like to omit from the output (at least via setting).
This is for fields, backing fields, delegates and enumerator types.
Thx.