2 references to CreateGetterMethod
System.Text.Json (2)
System\Text\Json\Serialization\Metadata\ReflectionEmitMemberAccessor.cs (2)
259DynamicMethod dynamicMethod = CreateGetterMethod(propertyInfo.Name, runtimePropertyType); 340DynamicMethod dynamicMethod = CreateGetterMethod(fieldInfo.Name, runtimeFieldType);