2 references to CreatePropertyUsingReflection
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Helpers.cs (1)
253
JsonPropertyInfo jsonPropertyInfo = typeInfo.
CreatePropertyUsingReflection
(typeToConvert, declaringType: memberInfo.DeclaringType);
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
1012
JsonPropertyInfo propertyInfo =
CreatePropertyUsingReflection
(propertyType, declaringType: null);