2 writes to _comparer
Microsoft.CodeAnalysis.InteractiveHost (2)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
104_comparer = comparer ?? EqualityComparer<TKey>.Default; 109_comparer = comparer;
8 references to _comparer
Microsoft.CodeAnalysis.InteractiveHost (8)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (8)
60/// <see cref="_comparer"/> is initialized to a non-<see langword="null"/> value. 172if (source._comparer == _comparer) 226return _comparer ?? EqualityComparer<TKey>.Default; 409var comparer = _comparer; 523var comparer = _comparer; 710var comparer = _comparer; 787var comparer = _comparer;