6 writes to _count
System.Collections.Immutable (6)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (6)
77_count = map.Count; 195_count++; 320_count = count; 436_count++; 457_count--; 494_count = 0;
2 references to _count
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (2)
120get { return _count; } 643return _immutable ??= Wrap(this.Root, _count, _keyComparer, _valueComparer);