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