Implemented interface member:
method
GetEffectiveParentForAttribute
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ICodeModelService.GetEffectiveParentForAttribute(Microsoft.CodeAnalysis.SyntaxNode)
1 override of GetEffectiveParentForAttribute
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
1746public override SyntaxNode GetEffectiveParentForAttribute(SyntaxNode node)
1 reference to GetEffectiveParentForAttribute
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
352var parentNode = GetEffectiveParentForAttribute(node);