6 references to MinLengthWorthReplacing
Microsoft.CodeAnalysis.NetAnalyzers (6)
Microsoft.NetCore.Analyzers\Performance\UseSearchValues.cs (6)
161length >= MinLengthWorthReplacing || 178return value.Length >= MinLengthWorthReplacing; 185length >= MinLengthWorthReplacing || 192return length >= MinLengthWorthReplacing; 200IUtf8StringOperationWrapper.FromOperation(argument).Value.Length >= MinLengthWorthReplacing; 217length >= MinLengthWorthReplacing;