3 references to TryGetValueForKey
System.Core (3)
Microsoft\Scripting\Actions\ExpandoObject.cs (3)
555if (!TryGetValueForKey(key, out value)) { 586return TryGetValueForKey(key, out value); 628if (!TryGetValueForKey(item.Key, out value)) {