We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bcff31 commit 4e2c1b9Copy full SHA for 4e2c1b9
src/Common/Polyfills/System/Runtime/CompilerServices/DefaultInterpolatedStringHandler.cs
@@ -12,7 +12,7 @@
12
namespace System.Runtime.CompilerServices
13
{
14
/// <summary>Provides a handler used by the language compiler to process interpolated strings into <see cref="string"/> instances.</summary>
15
- public ref struct DefaultInterpolatedStringHandler
+ internal ref struct DefaultInterpolatedStringHandler
16
17
// Implementation note:
18
// As this type lives in CompilerServices and is only intended to be targeted by the compiler,
0 commit comments