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