diff --git a/src/EFCore.Relational/Query/Internal/RelationalEvaluatableExpressionFilter.cs b/src/EFCore.Relational/Query/RelationalEvaluatableExpressionFilter.cs similarity index 96% rename from src/EFCore.Relational/Query/Internal/RelationalEvaluatableExpressionFilter.cs rename to src/EFCore.Relational/Query/RelationalEvaluatableExpressionFilter.cs index cd954c8119e..5ac41b9ff9e 100644 --- a/src/EFCore.Relational/Query/Internal/RelationalEvaluatableExpressionFilter.cs +++ b/src/EFCore.Relational/Query/RelationalEvaluatableExpressionFilter.cs @@ -1,4 +1,4 @@ -// Copyright (c) .NET Foundation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Linq.Expressions; @@ -7,7 +7,7 @@ using Microsoft.EntityFrameworkCore.Utilities; using Microsoft.Extensions.DependencyInjection; -namespace Microsoft.EntityFrameworkCore.Query.Internal +namespace Microsoft.EntityFrameworkCore.Query { /// /// diff --git a/src/EFCore/Query/Internal/EvaluatableExpressionFilter.cs b/src/EFCore/Query/EvaluatableExpressionFilter.cs similarity index 96% rename from src/EFCore/Query/Internal/EvaluatableExpressionFilter.cs rename to src/EFCore/Query/EvaluatableExpressionFilter.cs index 72a72d2ba67..d0ed1907cba 100644 --- a/src/EFCore/Query/Internal/EvaluatableExpressionFilter.cs +++ b/src/EFCore/Query/EvaluatableExpressionFilter.cs @@ -1,12 +1,13 @@ -// Copyright (c) .NET Foundation. All rights reserved. +// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Linq.Expressions; using System.Reflection; +using Microsoft.EntityFrameworkCore.Query.Internal; using Microsoft.Extensions.DependencyInjection; -namespace Microsoft.EntityFrameworkCore.Query.Internal +namespace Microsoft.EntityFrameworkCore.Query { /// ///