1 implementation of GetAttributeTargetNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
651
public abstract SyntaxNode
GetAttributeTargetNode
(SyntaxNode attributeNode);
1 reference to GetAttributeTargetNode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_CodeGen.cs (1)
466
node = CodeModelService.
GetAttributeTargetNode
(node);