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