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