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