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