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)
1746
public override SyntaxNode
GetEffectiveParentForAttribute
(SyntaxNode node)
1 reference to GetEffectiveParentForAttribute
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
352
var parentNode =
GetEffectiveParentForAttribute
(node);