Searched refs:_getValueByKeyMethodInfo (Results 1 – 2 of 2) sorted by relevance
17 …private static readonly MethodInfo _getValueByKeyMethodInfo = typeof(JsonValue).GetMethod("GetValu… field in System.Json.JsonValueDynamicMetaObject104 …ethodInfo methodInfo = indexExpression.Type == typeof(string) ? _getValueByKeyMethodInfo : _getVal… in BindGetIndex()167 return GetMethodMetaObject(_getValueByKeyMethodInfo, args); in BindGetMember()