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