diff --git a/AssemblyRemapper/Reflection/SearchProvider.cs b/AssemblyRemapper/Reflection/SearchExtentions.cs similarity index 99% rename from AssemblyRemapper/Reflection/SearchProvider.cs rename to AssemblyRemapper/Reflection/SearchExtentions.cs index 8f6c23e..457b7e1 100644 --- a/AssemblyRemapper/Reflection/SearchProvider.cs +++ b/AssemblyRemapper/Reflection/SearchExtentions.cs @@ -5,7 +5,7 @@ using Mono.Cecil.Rocks; namespace AssemblyRemapper.Reflection; -internal static class SearchProvider +internal static class SearchExtentions { public static EMatchResult MatchIsAbstract(this TypeDefinition type, SearchParams parms, ScoringModel score) {