Implemented interface member:
method
GetAttributeArgumentNodes
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.GetAttributeArgumentNodes(Microsoft.CodeAnalysis.SyntaxNode)
2 overrides of GetAttributeArgumentNodes
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
349
public override IEnumerable<SyntaxNode>
GetAttributeArgumentNodes
(SyntaxNode parent)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
409
Public Overrides Function
GetAttributeArgumentNodes
(parent As SyntaxNode) As IEnumerable(Of SyntaxNode)
1 reference to GetAttributeArgumentNodes
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
883
GetAttributeArgumentNodes
);