3 references to operators
tlens (3)
TLens.Analyzers\UserOperatorCalledForNullCheckAnalyzer.cs (3)
43
if (!
operators
.TryGetValue(md, out Counters data))
46
operators
.Add(md, data);
62
var entries =
operators
.Where(l => l.Value.Ratio > 0).OrderByDescending(l => l.Value.Ratio).Take(maxCount);