1 write to _collections
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\UnionCollection.cs (1)
38
_collections
= collections;
3 references to _collections
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\UnionCollection.cs (3)
45
foreach (var collection in
_collections
)
63
foreach (var collection in
_collections
)
77
get { return
_collections
.Sum(c => c.Count); }