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