3 references to Reset
System.Data.Entity (3)
System\Data\Common\CommandTrees\Internal\DbExpressionRules.cs (1)
117while (ruleResult.Item2 == DbExpressionRule.ProcessedAction.Reset)
System\Data\Common\CommandTrees\Internal\PatternMatchRules.cs (2)
57/// Constructs a new PatternMatch rule with the specified pattern, processor and default <see cref="DbExpressionRule.ProcessedAction"/> of <see cref="DbExpressionRule.ProcessedAction.Reset"/> 61return PatternMatchRule.Create(matchFunc, processor, ProcessedAction.Reset);