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