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