Is Jetbrains dotPeek giving me a warning about my code?

Viewed 3050

I was having a look at some of my own code, which I had decompiled with dotPeek.

I keep seeing this:

// ISSUE: method pointer

What does this mean? Is this designed to notify me of an issue with my code?

Thanks

1 Answers
Related