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