2 references to Serialization_NullKey
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1168
throw new SerializationException(SR.
Serialization_NullKey
);
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
1122
return SR.
Serialization_NullKey
;