2 references to Create
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\InternalElements\AbstractCodeType.cs (1)
76
return UnionCollection.
Create
(this.State, this,
CodeModel\InternalElements\CodeFunction.cs (1)
145
get { return UnionCollection.
Create
(this.State, this, (ICodeElements)this.Attributes, (ICodeElements)this.Parameters); }