5 references to ParentElement
Microsoft.VisualStudio.LanguageServices.Implementation (5)
CodeModel\Collections\AttributeCollection.cs (5)
42get { return this.ParentElement.FileCodeModel; } 46=> this.ParentElement.LookupNode(); 52return (EnvDTE.CodeElement)CodeAttribute.Create(this.State, this.FileCodeModel, this.ParentElement, name, ordinal); 81element = (EnvDTE.CodeElement)CodeAttribute.Create(State, FileCodeModel, this.ParentElement, childName, ordinal); 94return CodeModelService.GetAttributeNodes(ParentElement.LookupNode()).Count();