diff --git a/src/mscorlib/src/System/String.cs b/src/mscorlib/src/System/String.cs index bbc96d266cc9..6974cdea97bf 100644 --- a/src/mscorlib/src/System/String.cs +++ b/src/mscorlib/src/System/String.cs @@ -697,6 +697,7 @@ public static string Create(int length, TState state, SpanAction(string value) => value != null ? new ReadOnlySpan(ref value.GetRawStringData(), value.Length) : default;