1 write to HasInterpolatedStringHandlerAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
997
arguments.GetOrCreateData<TypeEarlyWellKnownAttributeData>().
HasInterpolatedStringHandlerAttribute
= true;
1 reference to HasInterpolatedStringHandlerAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1423
=> GetEarlyDecodedWellKnownAttributeData()?.
HasInterpolatedStringHandlerAttribute
== true;