6 references to TryGetValue
System.Linq.Expressions (6)
System\Dynamic\Utils\DelegateHelpers.cs (1)
203
if (!s_thunks.
TryGetValue
(delegateType, out MethodInfo? thunkMethod))
System\Dynamic\Utils\TypeExtensions.cs (1)
71
if (!pic.
TryGetValue
(method, out ParameterInfo[]? pis))
System\Linq\Expressions\Interpreter\CallInstruction.cs (1)
76
if (s_cache.
TryGetValue
(info, out res))
System\Linq\Expressions\LambdaExpression.cs (2)
621
if (!factories.
TryGetValue
(delegateType, out fastPath))
927
if (!ldc.
TryGetValue
(delegateType, out MethodInfo? mi))
System\Runtime\CompilerServices\CallSite.cs (1)
100
if (!ctors.
TryGetValue
(delegateType, out Func<CallSiteBinder, CallSite>? ctor))