示例#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;