4 references to AliasGenerator
System.Data.Entity (4)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
34
private static readonly AliasGenerator _bindingAliases = new
AliasGenerator
("Var_", 0);
System\Data\Common\Utils\AliasGenerator.cs (1)
45
internal AliasGenerator(string prefix) :
this
(prefix, CacheSize) { }
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
45
private readonly AliasGenerator _aliasGenerator = new
AliasGenerator
("LQ", 0);
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (1)
479
private readonly static AliasGenerator s_parameterNames = new
AliasGenerator
("@", 1000);