2 references to GetImmutableDictionaryCreateRangeMethod
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\ReflectionEmitMemberAccessor.cs (1)
212
MethodInfo realMethod = collectionType.
GetImmutableDictionaryCreateRangeMethod
(keyType, valueType);
System\Text\Json\Serialization\Metadata\ReflectionMemberAccessor.cs (1)
138
MethodInfo createRange = typeof(TCollection).
GetImmutableDictionaryCreateRangeMethod
(typeof(TKey), typeof(TValue));