Skip to content

Commit 4e2c1b9

Browse files
authored
Fix visibility of polyfill (#523)
1 parent 2bcff31 commit 4e2c1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Polyfills/System/Runtime/CompilerServices/DefaultInterpolatedStringHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace System.Runtime.CompilerServices
1313
{
1414
/// <summary>Provides a handler used by the language compiler to process interpolated strings into <see cref="string"/> instances.</summary>
15-
public ref struct DefaultInterpolatedStringHandler
15+
internal ref struct DefaultInterpolatedStringHandler
1616
{
1717
// Implementation note:
1818
// As this type lives in CompilerServices and is only intended to be targeted by the compiler,

0 commit comments

Comments
 (0)