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