From 3da3e10f9f11b14a380fa570283c0e57e64400ec Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Wed, 12 Jun 2024 20:18:10 -0400 Subject: [PATCH] Rename SearchProvider to SearchExtentions --- .../Reflection/{SearchProvider.cs => SearchExtentions.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename AssemblyRemapper/Reflection/{SearchProvider.cs => SearchExtentions.cs} (99%) 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) {