From ace1494565793d49264645a9b313d3397445572d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulus=20P=C3=A4rssinen?= Date: Sat, 11 May 2024 02:26:50 +0000 Subject: [PATCH] Remove Utf8StringBuilder.UnderlyingArray Co-authored-by: Jan Kotas --- src/coreclr/tools/Common/Internal/Text/Utf8StringBuilder.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/coreclr/tools/Common/Internal/Text/Utf8StringBuilder.cs b/src/coreclr/tools/Common/Internal/Text/Utf8StringBuilder.cs index d5dfa7c0ba0ed..88cb8c8099491 100644 --- a/src/coreclr/tools/Common/Internal/Text/Utf8StringBuilder.cs +++ b/src/coreclr/tools/Common/Internal/Text/Utf8StringBuilder.cs @@ -16,7 +16,6 @@ public Utf8StringBuilder() { } - public ReadOnlySpan UnderlyingArray => _buffer; public int Length => _length; public Utf8StringBuilder Clear()