Example #1
0
 public void ReportDiagnostic(MSBuildDiagnostic diagnostic)
 {
     reportDiagnostic(diagnostic);
 }
Example #2
0
 public void RegisterCodeFix(MSBuildAction action, MSBuildDiagnostic diagnostic)
 {
     reportFix(action, ImmutableArray.Create(diagnostic));
 }