Method | Description | |
---|---|---|
GetActions ( Document doc, MonoDevelop.AnalysisCore.FixableResult result ) : IEnumerable |
||
GetFixes ( Document &document, IList |
||
PopulateInfos ( MonoDevelop.Components.Commands.CommandArrayInfo infos, Document doc, IEnumerable |
Method | Description | |
---|---|---|
Run ( object dataItem ) : void | ||
Update ( MonoDevelop.Components.Commands.CommandArrayInfo info ) : void |
Method | Description | |
---|---|---|
GetIcon ( Severity severity ) : string | ||
ResultCompareImportanceDesc ( Result r1, Result r2 ) : int |
public static GetActions ( Document doc, MonoDevelop.AnalysisCore.FixableResult result ) : IEnumerable |
||
doc | Document | |
result | MonoDevelop.AnalysisCore.FixableResult | |
return | IEnumerable |
public static GetFixes ( Document &document, IList |
||
document | Document | |
results | IList |
|
return | bool |
public static PopulateInfos ( MonoDevelop.Components.Commands.CommandArrayInfo infos, Document doc, IEnumerable |
||
infos | MonoDevelop.Components.Commands.CommandArrayInfo | |
doc | Document | |
results | IEnumerable |
|
return | void |
protected Update ( MonoDevelop.Components.Commands.CommandArrayInfo info ) : void | ||
info | MonoDevelop.Components.Commands.CommandArrayInfo | |
return | void |