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