13 references to Count
System.Collections.Immutable (13)
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (5)
123_count = result.Count; // whether the offset or absolute, since the base is 0, it's no difference. 231return result.Count != 0; 246return result.Count != 0; 442_count += result.Count; 446_count = result.Count;
System\Collections\Immutable\ImmutableHashSet_1.cs (3)
792count += result.Count; 846count += mutationResult.Count; 856count += mutationResult.Count;
System\Collections\Immutable\ImmutableHashSet_1.MutationResult.cs (5)
12/// Interpretations for a <see cref="MutationResult.Count"/> member. 17/// The <see cref="MutationResult.Count"/> member describes an adjustment to the previous count of the collection. 22/// The <see cref="MutationResult.Count"/> member describes the actual count of the collection. 82/// Gets the appropriate interpretation for the <see cref="Count"/> property; whether to be a count adjustment or total count. 97int count = this.Count;