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)
43foreach (var collection in _collections) 61foreach (var collection in _collections) 75get { return _collections.Sum(c => c.Count); }