3 references to NewLineCharsExceptLineFeed
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (3)
36SearchValues.Create(NewLineCharsExceptLineFeed + "\n"); 1649int idxOfFirstNewlineChar = this.AsSpan().IndexOfAny(SearchValuesStorage.NewLineCharsExceptLineFeed); 1664int idx = remaining.IndexOfAny(SearchValuesStorage.NewLineCharsExceptLineFeed);