2 references to _distinctEpilog
System.Data.Entity (2)
System\Data\Objects\Internal\EntitySqlQueryBuilder.cs (2)
296
StringBuilder builder = new StringBuilder(_distinctProlog.Length + queryText.Length +
_distinctEpilog
.Length);
299
builder.Append(
_distinctEpilog
);