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