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