From bf62230dc10a59ca660fac32c5c8fb272514bfd2 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Wed, 12 Sep 2012 09:53:37 +0200 Subject: [PATCH] Rename 'ExtensionMethods' to 'TypeSystemExtensions'. This avoids a naming conflict with other extension method classes in the solution. --- ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj | 2 +- .../TypeSystem/{ExtensionMethods.cs => TypeSystemExtensions.cs} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename ICSharpCode.NRefactory/TypeSystem/{ExtensionMethods.cs => TypeSystemExtensions.cs} (99%) diff --git a/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj b/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj index d20a2aceac..e646565ee2 100644 --- a/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj +++ b/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj @@ -137,7 +137,7 @@ - + diff --git a/ICSharpCode.NRefactory/TypeSystem/ExtensionMethods.cs b/ICSharpCode.NRefactory/TypeSystem/TypeSystemExtensions.cs similarity index 99% rename from ICSharpCode.NRefactory/TypeSystem/ExtensionMethods.cs rename to ICSharpCode.NRefactory/TypeSystem/TypeSystemExtensions.cs index 732e9789f1..f04a6206ce 100644 --- a/ICSharpCode.NRefactory/TypeSystem/ExtensionMethods.cs +++ b/ICSharpCode.NRefactory/TypeSystem/TypeSystemExtensions.cs @@ -28,7 +28,7 @@ namespace ICSharpCode.NRefactory.TypeSystem /// /// Contains extension methods for the type system. /// - public static class ExtensionMethods + public static class TypeSystemExtensions { #region GetAllBaseTypes ///