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