3 references to ParentAttribute
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\AttributeArgumentCollection.cs (3)
41=> this.ParentAttribute.LookupNode(); 50element = (EnvDTE.CodeElement)CodeAttributeArgument.Create(this.State, this.ParentAttribute, index); 68element = (EnvDTE.CodeElement)CodeAttributeArgument.Create(this.State, this.ParentAttribute, currentIndex);