We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d47a8 commit 5fde996Copy full SHA for 5fde996
Orm/Xtensive.Orm/Orm/Linq/TranslatorContext.cs
@@ -24,8 +24,6 @@ namespace Xtensive.Orm.Linq
24
{
25
internal sealed class TranslatorContext
26
27
- private readonly static System.Type TagProviderType = typeof(TagProvider);
28
-
29
private readonly AliasGenerator resultAliasGenerator;
30
private readonly AliasGenerator columnAliasGenerator;
31
private readonly Dictionary<ParameterExpression, Parameter<Tuple>> tupleParameters;
0 commit comments