2 references to InterpolatedStringHandlerAttribute
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
1049return FindTargetAttribute(token, AttributeDescription.InterpolatedStringHandlerAttribute).HasValue;
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
997if (CSharpAttributeData.IsTargetEarlyAttribute(arguments.AttributeType, arguments.AttributeSyntax, AttributeDescription.InterpolatedStringHandlerAttribute))