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