public void ReportDiagnostic(MSBuildDiagnostic diagnostic) { reportDiagnostic(diagnostic); }
public void RegisterCodeFix(MSBuildAction action, MSBuildDiagnostic diagnostic) { reportFix(action, ImmutableArray.Create(diagnostic)); }