From 9e4965febdce8d0e3e11a2ab7475aac4b0313464 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Thu, 26 Dec 2024 10:43:35 +1100 Subject: [PATCH] Update AppendInterpolatedStringHandler.cs --- .../StringInterpolation/AppendInterpolatedStringHandler.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Polyfill/StringInterpolation/AppendInterpolatedStringHandler.cs b/src/Polyfill/StringInterpolation/AppendInterpolatedStringHandler.cs index 0214c89..7017ff2 100644 --- a/src/Polyfill/StringInterpolation/AppendInterpolatedStringHandler.cs +++ b/src/Polyfill/StringInterpolation/AppendInterpolatedStringHandler.cs @@ -12,6 +12,7 @@ namespace System.Text; using Diagnostics.CodeAnalysis; using Runtime.CompilerServices; +//https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/Text/StringBuilder.cs /// Provides a handler used by the language compiler to append interpolated strings into instances. [EditorBrowsable(EditorBrowsableState.Never)] [InterpolatedStringHandler]