We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a7da5 commit 260cfc4Copy full SHA for 260cfc4
1 file changed
Orm/Xtensive.Orm/Orm/Rse/Compilation/CompositePreCompiler.cs
@@ -12,8 +12,8 @@ namespace Xtensive.Orm.Rse.Compilation
12
{
13
public sealed class CompositePreCompiler : IPreCompiler
14
15
- public IReadOnlyList<IPreCompiler> items { get; }
16
- public IReadOnlyList<string> tags { get; }
+ private readonly IPreCompiler[] items;
+ private readonly IReadOnlyList<string> tags;
17
18
public CompilableProvider Process(CompilableProvider rootProvider)
19
0 commit comments