6 references to Parameters
Microsoft.VisualStudio.LanguageServices.Implementation (6)
CodeModel\InternalElements\AbstractCodeMember.cs (1)
193codeElement ??= ComAggregate.TryGetManagedObject<AbstractCodeElement>(this.Parameters.Item(element));
CodeModel\InternalElements\CodeAccessorFunction.cs (1)
254return ((CodeProperty)this.ParentMember).Parameters;
CodeModel\InternalElements\CodeDelegate.cs (1)
61=> this.Parameters;
CodeModel\InternalElements\CodeFunction.cs (2)
65=> this.Parameters; 145get { return UnionCollection.Create(this.State, this, (ICodeElements)this.Attributes, (ICodeElements)this.Parameters); }
CodeModel\InternalElements\CodeProperty.cs (1)
68=> this.Parameters;