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