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