I have an UWP app with c# that has linked In HockeyApp, I receive the crash report with a stack trace elements like this:
MyNS.Controls.CheckInControlVM.<>c.<AddHuespedSlot>b__63_0(SearchPeopleListItem) + 0x4
Is not clear form me what means:
b__63_0
or
+ 0x4
What is the proper interpretation for that?