Replies: 1 comment 4 replies
-
The source browser shows only one override which rejects |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is targetMethod in System.Reflection.DispatchProxy.Invoke() really nullable?
https://github.com/dotnet/runtime/blob/main/src/libraries/System.Reflection.DispatchProxy/src/System/Reflection/DispatchProxy.cs#L25
If it's right, when will
targetMethod
be null, and what's the right way to handle it in override method?Beta Was this translation helpful? Give feedback.
All reactions