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