コード例 #1
0
 internal static DiagnosticGroup Group(IContainerAnalyzer analyzer, DiagnosticResult[] results)
 {
     return new DiagnosticResultGrouper(analyzer).Group(results);
 }
コード例 #2
0
 internal DiagnosticResultGrouper(IContainerAnalyzer analyzer)
 {
     this.analyzer = analyzer;
 }
コード例 #3
0
 internal DiagnosticResultGrouper(IContainerAnalyzer analyzer)
 {
     this.analyzer = analyzer;
 }
コード例 #4
0
 internal static DiagnosticGroup Group(IContainerAnalyzer analyzer, DiagnosticResult[] results) =>
 new DiagnosticResultGrouper(analyzer).Group(results);