1 implementation of TryGetAttributeArgumentNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
644
public abstract bool
TryGetAttributeArgumentNode
(SyntaxNode attributeNode, int index, [NotNullWhen(true)] out SyntaxNode? attributeArgumentNode);
1 reference to TryGetAttributeArgumentNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeAttributeArgument.cs (1)
63
if (!CodeModelService.
TryGetAttributeArgumentNode
(attributeNode, _index, out var attributeArgumentNode))