Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed0c7a commit d6a853fCopy full SHA for d6a853f
1 file changed
src/runtime/StateSerialization/MaybeMethodBase.cs
@@ -68,6 +68,9 @@ internal MaybeMethodBase(SerializationInfo serializationInfo, StreamingContext c
68
name = serializationInfo.GetString(SerializationName);
69
info = null;
70
deserializationException = null;
71
+
72
+ if (name is null) return;
73
74
try
75
{
76
// Retrieve the reflected type of the method;
0 commit comments