8 references to NameComparer
System.Data.Entity (8)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (5)
405sr.NameComparer.Compare(arg.VariableName, name) == 0)) 2534Dictionary<string, TypeUsage> rowColumns = new Dictionary<string, TypeUsage>(sr.NameComparer); 2878HashSet<string> projectionAliases = new HashSet<string>(sr.NameComparer); 3416HashSet<string> groupPropertyNames = new HashSet<string>(sr.NameComparer); 3602projectionExpressions = new Dictionary<string, DbExpression>(queryExpr.SelectClause.Items.Count, sr.NameComparer);
System\Data\Common\EntitySql\SemanticResolver.cs (3)
154_scopeManager = new ScopeManager(this.NameComparer); 625Debug.Assert(this.NameComparer.Equals(name, member.Name), "this.NameComparer.Equals(name, member.Name)"); 756names.SequenceEqual(iGetAlternativeName.AlternativeName, this.NameComparer))