| CommonPrefixLength(ReadOnlySpanChar, ReadOnlySpanChar) | Determines the length of any common prefix shared between span and other. |
| CommonPrefixLength(ReadOnlySpanChar, String) | Determines the length of any common prefix shared between span and other. |
| CommonPrefixLength(ReadOnlySpanChar, ReadOnlySpanChar, IEqualityComparerChar) | Determines the length of any common prefix shared between span and other. |
| CommonPrefixLength(ReadOnlySpanChar, String, IEqualityComparerChar) | Determines the length of any common prefix shared between span and other. |