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)
1749public override SyntaxNode GetEffectiveParentForAttribute(SyntaxNode node)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
1851Public Overrides Function GetEffectiveParentForAttribute(node As SyntaxNode) As SyntaxNode
1 reference to GetEffectiveParentForAttribute
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
353var parentNode = GetEffectiveParentForAttribute(node);