2 references to TryGetValue
System.Linq.Expressions (2)
System\Dynamic\ExpandoObject.cs (2)
311
return
TryGetValue
(null, -1, key, ignoreCase: false, value: out value);
1158
return expando.
TryGetValue
(indexClass, index, name, ignoreCase, out value);