Skip to content

Commit 6eb311d

Browse files
ryanroeCopilot
authored andcommitted
Update Confuser.Renamer/Analyzers/WPFAnalyzer.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a34d2ce commit 6eb311d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Confuser.Renamer/Analyzers/WPFAnalyzer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public void PreRename(ConfuserContext context, INameService service, ProtectionP
6161
var encodedName = doc.DocumentName;
6262
if (bamlRefs.TryGetValue(decodedName, out var references)) {
6363
var decodedLastSlash = decodedName.LastIndexOf('/') + 1;
64-
var encodedLastSlash = encodedName.LastIndexOf("/") + 1;
64+
var encodedLastSlash = encodedName.LastIndexOf('/') + 1;
6565

6666
var decodedDirectory = decodedName.Substring(0, decodedLastSlash);
6767
var encodedDirectory = encodedName.Substring(0, encodedLastSlash);

0 commit comments

Comments
 (0)