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