Exemple #1
0
 public static IEnumerable <Diagnostic> All(this TFDiagnostics diags) => diags?._diagnostics;
Exemple #2
0
 public static int Count(this TFDiagnostics diags) => diags?._diagnostics?.Count ?? 0;