INNER CODE UNIT · C#
suggestedName
shimat/opencvsharp · src/OpenCvSharp.Analyzers/MatPropertyInLoopConditionAnalyzer.cs:81
var suggestedName = char.ToLowerInvariant(propName[0]) + propName.Substring(1);
context.ReportDiagnostic(Diagnostic.Create(Rule, ma.GetLocation(), propName, suggestedName));
}
}
}