1 override of ShouldProcess
System.Data.Entity (1)
System\Data\Common\CommandTrees\Internal\PatternMatchRules.cs (1)
40internal override bool ShouldProcess(DbExpression expression)
2 references to ShouldProcess
System.Data.Entity (2)
System\Data\Common\CommandTrees\Internal\DbExpressionRules.cs (1)
89if (currentRule.ShouldProcess(expression))
System\Data\Common\CommandTrees\Internal\PatternMatchRules.cs (1)
23/// to implement <see cref="DbExpressionRule.ShouldProcess"/> and a Func&lt;DbExpression, DbExpression&gt; 'processor' to implement