Definition at line 2527 of file String.cs.
2528 {
2530 {
2531 throw new ArgumentNullException("replacementText");
2532 }
2535 if (num < 0)
2536 {
2537 return this;
2538 }
2543 while (true)
2544 {
2547 {
2548 break;
2549 }
2553 }
2556 return result;
2557 }
static int IndexOfNewlineChar(ReadOnlySpan< char > text, out int stride)
static string Concat(object? arg0)
References System.String.Concat(), and System.String.IndexOfNewlineChar().