6 writes to _count
System.Collections.Immutable (6)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (6)
73_count = map.Count; 191_count++; 306_count = count; 422_count++; 443_count--; 480_count = 0;
2 references to _count
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (2)
116get { return _count; } 629return _immutable ??= Wrap(this.Root, _count, _keyComparer, _valueComparer);