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