1 write to _count
Microsoft.CodeAnalysis (1)
Collections\IdentifierCollection.Collection.cs (1)
45
_count
= this.IdentifierCollection._map.Values.Sum(o => o is string ? 1 : ((ISet<string>)o).Count);
2 references to _count
Microsoft.CodeAnalysis (2)
Collections\IdentifierCollection.Collection.cs (2)
43
if (
_count
== -1)
48
return
_count
;