6 references to GetCollection
Microsoft.VisualStudio.LanguageServices.Implementation (6)
CodeModel\ExternalElements\AbstractExternalCodeElement.cs (1)
176
=>
GetCollection
<AbstractExternalCodeElement>(this.Parent);
CodeModel\ExternalElements\ExternalCodeParameter.cs (1)
38
=>
GetCollection
<ExternalCodeParameter>(this.Parent);
CodeModel\InternalElements\AbstractCodeElement.cs (1)
134
=>
GetCollection
<AbstractCodeElement>(Parent);
CodeModel\InternalElements\CodeAttribute.cs (1)
48
=>
GetCollection
<CodeAttribute>(Parent);
CodeModel\InternalElements\CodeAttributeArgument.cs (1)
41
=>
GetCollection
<CodeAttributeArgument>(this.Parent);
CodeModel\InternalElements\CodeParameter.cs (1)
66
=>
GetCollection
<CodeParameter>(Parent);