C# Class ICSharpCode.NRefactory.CSharp.Refactoring.CodeIssueProvider

The code issue provider gets a list of all code issues in a syntax tree.
Mostrar archivo Open project: 0xd4d/NRefactory Class Usage Examples

Public Methods

Method Description
GetIssues ( BaseRefactoringContext context, string subIssue = null ) : IEnumerable

Gets all code issues inside a syntax tree.

Private Methods

Method Description
Initialize ( ) : void

Method Details

GetIssues() public method

Gets all code issues inside a syntax tree.
public GetIssues ( BaseRefactoringContext context, string subIssue = null ) : IEnumerable
context BaseRefactoringContext /// The refactoring context of the issues to get. ///
subIssue string /// The name of the sub issue to run. ///
return IEnumerable