Implemented interface member:
method
GetEffectiveParentForAttribute
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.GetEffectiveParentForAttribute(Microsoft.CodeAnalysis.SyntaxNode)
2 overrides of GetEffectiveParentForAttribute
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1749
public override SyntaxNode
GetEffectiveParentForAttribute
(SyntaxNode node)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
1851
Public Overrides Function
GetEffectiveParentForAttribute
(node As SyntaxNode) As SyntaxNode
1 reference to GetEffectiveParentForAttribute
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
353
var parentNode =
GetEffectiveParentForAttribute
(node);