1 override of OnEnterScope
System.Data.Entity (1)
System\Data\Common\CommandTrees\Internal\Validator.cs (1)
76
protected override void
OnEnterScope
(IEnumerable<DbVariableReferenceExpression> scopeVariables)
2 references to OnEnterScope
System.Data.Entity (2)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (2)
359
this.
OnEnterScope
(new[] { result.Variable });
365
this.
OnEnterScope
(scopeVars);