diff --git a/ILSpy/Search/SearchPane.cs b/ILSpy/Search/SearchPane.cs index 5ad005cce..d877e55eb 100644 --- a/ILSpy/Search/SearchPane.cs +++ b/ILSpy/Search/SearchPane.cs @@ -269,7 +269,7 @@ namespace ICSharpCode.ILSpy return; } } - results.Insert(results.Count - 1, result); + results.Add(result); } else {