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