|
|
@ -43,7 +43,7 @@ namespace ICSharpCode.ILSpyX.Search |
|
|
|
Namespace |
|
|
|
Namespace |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
struct SearchRequest |
|
|
|
public struct SearchRequest |
|
|
|
{ |
|
|
|
{ |
|
|
|
public DecompilerSettings DecompilerSettings; |
|
|
|
public DecompilerSettings DecompilerSettings; |
|
|
|
public ITreeNodeFactory TreeNodeFactory; |
|
|
|
public ITreeNodeFactory TreeNodeFactory; |
|
|
@ -59,7 +59,7 @@ namespace ICSharpCode.ILSpyX.Search |
|
|
|
public string InAssembly; |
|
|
|
public string InAssembly; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
abstract class AbstractSearchStrategy |
|
|
|
public abstract class AbstractSearchStrategy |
|
|
|
{ |
|
|
|
{ |
|
|
|
protected readonly string[] searchTerm; |
|
|
|
protected readonly string[] searchTerm; |
|
|
|
protected readonly Regex regex; |
|
|
|
protected readonly Regex regex; |
|
|
|