Grab a reflector and find out :)
http://www.aisto.com/roeder/dotnet/
-James
Bob,
In addition to James response, you can also look for the
CompilerGenerated attribute, as the method that the compiler generates is
going to place that attribute on it.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> What name does the compiler give to anonymous methods in the output
> assembly - or what is the "name pattern"?
>
> ... can't imagine it would be relevant to anything I do... just curious.