mirror of https://github.com/icsharpcode/ILSpy.git
37 changed files with 87 additions and 32 deletions
@ -1,10 +1,12 @@ |
|||||||
using System.Collections.Generic; |
#nullable disable |
||||||
|
|
||||||
|
using System.Collections.Generic; |
||||||
using System.ComponentModel.Composition; |
using System.ComponentModel.Composition; |
||||||
using System.Diagnostics; |
using System.Diagnostics; |
||||||
|
|
||||||
using ICSharpCode.Decompiler.TypeSystem; |
using ICSharpCode.Decompiler.TypeSystem; |
||||||
|
|
||||||
namespace ICSharpCode.ILSpy.Analyzers.Builtin |
namespace ICSharpCode.ILSpyX.Analyzers.Builtin |
||||||
{ |
{ |
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Finds all extension methods defined for a type.
|
/// Finds all extension methods defined for a type.
|
Loading…
Reference in new issue