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