5 references to InterpolatedStringHandlerArgumentAttribute
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (2)
1279
var targetAttribute = FindTargetAttribute(token, AttributeDescription.
InterpolatedStringHandlerArgumentAttribute
);
1285
Debug.Assert(AttributeDescription.
InterpolatedStringHandlerArgumentAttribute
.Signatures.Length == 2);
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceComplexParameterSymbol.cs (3)
733
Debug.Assert(AttributeDescription.
InterpolatedStringHandlerArgumentAttribute
.Signatures.Length == 2);
850
else if (attribute.GetTargetAttributeSignatureIndex(this, AttributeDescription.
InterpolatedStringHandlerArgumentAttribute
) is (0 or 1) and var index)
1233
Debug.Assert(arguments.Attribute.IsTargetAttribute(this, AttributeDescription.
InterpolatedStringHandlerArgumentAttribute
) && arguments.Attribute.CommonConstructorArguments.Length == 1);