1 write to _comparer
Microsoft.CodeAnalysis (1)
Collections\CachingDictionary.cs (1)
62_comparer = comparer;
4 references to _comparer
Microsoft.CodeAnalysis (4)
Collections\CachingDictionary.cs (4)
130return new ConcurrentDictionary<TKey, ImmutableArray<TElement>>(concurrencyLevel: 2, capacity: 0, comparer: _comparer); 140return new Dictionary<TKey, ImmutableArray<TElement>>(capacity, _comparer); 219var allKeys = _getKeys(_comparer); 220Debug.Assert(_comparer == allKeys.Comparer);