1 reference to s_objectToKeyValuePairGetKey
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\ReflectionReader.cs (1)
555
Func<object, object?> objectToKeyValuePairGetKey = MakeGenericMethod(
s_objectToKeyValuePairGetKey
, keyType, valueType).CreateDelegate<Func<object, object?>>();