7 references to FuncCacheCapacity
System.Activities (7)
System\Activities\Expressions\IndexerReference.cs (1)
26new MruCache<MethodInfo, Func<object, object[], object>>(MethodCallExpressionHelper.FuncCacheCapacity);
System\Activities\Expressions\InvokeMethod.cs (1)
29new MruCache<MethodInfo, Func<object, object[], object>>(MethodCallExpressionHelper.FuncCacheCapacity);
System\Activities\Expressions\New.cs (1)
30new MruCache<ConstructorInfo, Func<object[], TResult>>(MethodCallExpressionHelper.FuncCacheCapacity);
System\Activities\Expressions\PropertyReference.cs (1)
22new MruCache<MethodInfo, Func<object, object[], object>>(MethodCallExpressionHelper.FuncCacheCapacity);
System\Activities\Expressions\ValueTypeIndexerReference.cs (1)
27new MruCache<MethodInfo, Func<object, object[], object>>(MethodCallExpressionHelper.FuncCacheCapacity);
System\Activities\Expressions\ValueTypePropertyReference.cs (1)
25new MruCache<MethodInfo, Func<object, object[], object>>(MethodCallExpressionHelper.FuncCacheCapacity);
System\Activities\Statements\InvokeMethod.cs (1)
29new MruCache<MethodInfo, Func<object, object[], object>>(MethodCallExpressionHelper.FuncCacheCapacity);