3 references to ParentElement
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\ExternalParameterCollection.cs (3)
48var symbol = this.ParentElement.LookupSymbol(); 58element = (EnvDTE.CodeElement)ExternalCodeParameter.Create(this.State, _projectId, parameters[index], this.ParentElement); 73element = (EnvDTE.CodeElement)ExternalCodeParameter.Create(this.State, _projectId, parameters[index], this.ParentElement);