2 references to TryGetValue
System.Core (2)
Microsoft\Scripting\Actions\ExpandoObject.cs (2)
284
return
TryGetValue
(null, -1, key, false, out value);
1042
return expando.
TryGetValue
(indexClass, index, name, ignoreCase, out value);