Home
last modified time | relevance | path

Searched refs:_getValueByKeyMethodInfo (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Json.Microsoft/System.Json/
H A DJsonValueDynamicMetaObject.cs17 …private static readonly MethodInfo _getValueByKeyMethodInfo = typeof(JsonValue).GetMethod("GetValu… field in System.Json.JsonValueDynamicMetaObject
104 …ethodInfo methodInfo = indexExpression.Type == typeof(string) ? _getValueByKeyMethodInfo : _getVal… in BindGetIndex()
167 return GetMethodMetaObject(_getValueByKeyMethodInfo, args); in BindGetMember()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Json/
H A DJsonValueDynamicMetaObject.cs17 …private static readonly MethodInfo _getValueByKeyMethodInfo = typeof(JsonValue).GetMethod("GetValu… field in System.Json.JsonValueDynamicMetaObject
104 …ethodInfo methodInfo = indexExpression.Type == typeof(string) ? _getValueByKeyMethodInfo : _getVal… in BindGetIndex()
167 return GetMethodMetaObject(_getValueByKeyMethodInfo, args); in BindGetMember()