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