6 references to MinLengthWorthReplacing
Microsoft.CodeAnalysis.NetAnalyzers (6)
Microsoft.NetCore.Analyzers\Performance\UseSearchValues.cs (6)
160length >= MinLengthWorthReplacing || 177return value.Length >= MinLengthWorthReplacing; 184length >= MinLengthWorthReplacing || 191return length >= MinLengthWorthReplacing; 197return utf8String.Value.Length >= MinLengthWorthReplacing; 214length >= MinLengthWorthReplacing;