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