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