13 instantiations of LensAnalyzerDetails
tlens (13)
TLens\LensesCollection.cs (13)
42new LensAnalyzerDetails("duplicated-code", 44new LensAnalyzerDetails("fields-init", 46new LensAnalyzerDetails("fields-unread", 48new LensAnalyzerDetails("ifaces-dispatch", 50new LensAnalyzerDetails("ifaces-types", 52new LensAnalyzerDetails("inverted-ctors", 54new LensAnalyzerDetails("large-arrays", 56new LensAnalyzerDetails("large-cctors", 58new LensAnalyzerDetails("large-strings", 60new LensAnalyzerDetails("operator-null", 62new LensAnalyzerDetails("single-calls", 64new LensAnalyzerDetails("single-construction", 66new LensAnalyzerDetails("unused-param",
3 references to LensAnalyzerDetails
tlens (3)
TLens\Driver.cs (1)
121foreach (var lense in LensesCollection.All.OrderBy(l => l.Name))
TLens\LensesCollection.cs (2)
40static readonly LensAnalyzerDetails[] all = 70public static IEnumerable<LensAnalyzerDetails> All => all;