Base:
property
Parent
Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.InternalElements.AbstractCodeElement.Parent
3 references to Parent
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\InternalElements\CodeParameter.cs (3)
66=> GetCollection<CodeParameter>(Parent); 113get { return (EnvDTE.CodeElement)Parent; } 118get { return (EnvDTE.CodeElement)Parent; }