1 instantiation of UnionCollection
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\UnionCollection.cs (1)
24var collection = new UnionCollection(state, parent, collections);
3 references to UnionCollection
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\UnionCollection.cs (1)
24var collection = new UnionCollection(state, parent, collections);
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); }