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