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