3 references to CallerArgumentExpressionAttribute
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
751var info = _moduleSymbol.Module.FindTargetAttribute(_handle, AttributeDescription.CallerArgumentExpressionAttribute);
Symbols\Source\SourceComplexParameterSymbol.cs (2)
671else if (CSharpAttributeData.IsTargetEarlyAttribute(arguments.AttributeType, arguments.AttributeSyntax, AttributeDescription.CallerArgumentExpressionAttribute)) 801else if (attribute.IsTargetAttribute(AttributeDescription.CallerArgumentExpressionAttribute))