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