5 references to TryGetValue
System.Core (5)
Microsoft\Scripting\Actions\CallSite.cs (1)
112if (!ctors.TryGetValue(delegateType, out ctor)) {
Microsoft\Scripting\Ast\LambdaExpression.cs (2)
267if (!factories.TryGetValue(delegateType, out fastPath)) { 530if (!ldc.TryGetValue(delegateType, out mi)) {
Microsoft\Scripting\Utils\CacheDict.cs (1)
114if (TryGetValue(key, out res)) {
Microsoft\Scripting\Utils\TypeExtensions.cs (1)
49if (!pic.TryGetValue(method, out pis)) {