Exemple #1
0
     > GetProjectDiagnosticsToFixAsync() =>
 DiagnosticProvider.GetProjectDiagnosticsToFixAsync(this);
Exemple #2
0
 internal Task <ImmutableDictionary <Project, ImmutableArray <Diagnostic> > > GetProjectDiagnosticsToFixAsync()
 {
     return(_diagnosticProvider.GetProjectDiagnosticsToFixAsync(this));
 }