1 write to Redundant
tlens (1)
TLens.Analyzers\UserOperatorCalledForNullCheckAnalyzer.cs (1)
51
data.
Redundant
++;
2 references to Redundant
tlens (2)
TLens.Analyzers\UserOperatorCalledForNullCheckAnalyzer.cs (2)
19
public double Ratio => (double)
Redundant
/ Total;
70
Console.WriteLine($"User operator '{e.Key.ToDisplay()}' was called {e.Value.
Redundant
} [{e.Value.Ratio:0%}] times with null values");