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.
172
if (source.
_comparer
==
_comparer
)
226
return
_comparer
?? EqualityComparer<TKey>.Default;
409
var comparer =
_comparer
;
523
var comparer =
_comparer
;
710
var comparer =
_comparer
;
787
var comparer =
_comparer
;