ILSpy icon indicating copy to clipboard operation
ILSpy copied to clipboard

Local isn't defined

Open CreateAndInject opened this issue 1 year ago • 2 comments

test.zip

Navigate to GetDrawings method, search P_0 : image

CreateAndInject avatar Dec 21 '24 03:12 CreateAndInject

P_ is the prefix for unnamed parameters. Is this a static method?

siegfriedpammer avatar Dec 21 '24 06:12 siegfriedpammer

@siegfriedpammer I think it's from something like this: internal UserDefinedMessageInfos <GetDrawings>g__GetUserDefinedMessageInfos|27(ref <>c__DisplayClass8_2 P_0)

CreateAndInject avatar Dec 21 '24 18:12 CreateAndInject