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