diff --git a/src/Microsoft.AspNetCore.Antiforgery/ServiceCollectionExtensions.cs b/src/Microsoft.AspNetCore.Antiforgery/AntiforgeryServiceCollectionExtensions.cs
similarity index 98%
rename from src/Microsoft.AspNetCore.Antiforgery/ServiceCollectionExtensions.cs
rename to src/Microsoft.AspNetCore.Antiforgery/AntiforgeryServiceCollectionExtensions.cs
index c16ac5c255..a82851b3e2 100644
--- a/src/Microsoft.AspNetCore.Antiforgery/ServiceCollectionExtensions.cs
+++ b/src/Microsoft.AspNetCore.Antiforgery/AntiforgeryServiceCollectionExtensions.cs
@@ -13,7 +13,7 @@ namespace Microsoft.Extensions.DependencyInjection
///
/// Extension methods for setting up antiforgery services in an .
///
- public static class ServiceCollectionExtensions
+ public static class AntiforgeryServiceCollectionExtensions
{
///
/// Adds antiforgery services to the specified .