1 implementation of FindFieldOrPropertyForAttributeArgument
Microsoft.CodeAnalysis.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\SemanticsFactsService\AbstractSemanticFactsService.cs (1)
239
public ISymbol?
FindFieldOrPropertyForAttributeArgument
(SemanticModel semanticModel, SyntaxNode argumentNode, CancellationToken cancellationToken)
1 reference to FindFieldOrPropertyForAttributeArgument
Microsoft.CodeAnalysis.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\LanguageServices\SemanticsFactsService\AbstractSemanticFactsService.cs (1)
240
=> SemanticFacts.
FindFieldOrPropertyForAttributeArgument
(semanticModel, argumentNode, cancellationToken);