|
|
|
@ -330,13 +330,8 @@ namespace ICSharpCode.ILSpy
@@ -330,13 +330,8 @@ namespace ICSharpCode.ILSpy
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
sealed class SearchResult : INotifyPropertyChanged, IMemberTreeNode |
|
|
|
|
sealed class SearchResult : IMemberTreeNode |
|
|
|
|
{ |
|
|
|
|
event PropertyChangedEventHandler INotifyPropertyChanged.PropertyChanged { |
|
|
|
|
add { } |
|
|
|
|
remove { } |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static readonly System.Collections.Generic.IComparer<SearchResult> Comparer = new SearchResultComparer(); |
|
|
|
|
|
|
|
|
|
public MemberReference Member { get; set; } |
|
|
|
|