6 references to CanCache
System.Core (6)
Microsoft\Scripting\Actions\CallSite.cs (1)
115if (TypeUtils.CanCache(delegateType)) {
Microsoft\Scripting\Ast\LambdaExpression.cs (2)
269if (TypeUtils.CanCache(delegateType)) { 532if (TypeUtils.CanCache(delegateType)) {
Microsoft\Scripting\Ast\TypeUtils.cs (1)
710if (!CanCache(g)) {
Microsoft\Scripting\Compiler\DelegateHelpers.Generated.cs (1)
196if (TypeUtils.CanCache(lookingUp)) {
Microsoft\Scripting\Utils\TypeExtensions.cs (1)
53if (t != null && TypeUtils.CanCache(t)) {