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