internal static DiagnosticGroup Group(IContainerAnalyzer analyzer, DiagnosticResult[] results)
 {
     return new DiagnosticResultGrouper(analyzer).Group(results);
 }
Example #2
0
 internal DiagnosticResultGrouper(IContainerAnalyzer analyzer)
 {
     this.analyzer = analyzer;
 }
 internal DiagnosticResultGrouper(IContainerAnalyzer analyzer)
 {
     this.analyzer = analyzer;
 }
Example #4
0
 internal static DiagnosticGroup Group(IContainerAnalyzer analyzer, DiagnosticResult[] results) =>
 new DiagnosticResultGrouper(analyzer).Group(results);