1 write to _defaultKeyGrouping
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\Lookup.cs (1)
117_defaultKeyGrouping = grouping;
7 references to _defaultKeyGrouping
System.Linq.Parallel (7)
System\Linq\Parallel\Utils\Lookup.cs (7)
54if (_defaultKeyGrouping != null) 70if (_defaultKeyGrouping != null) 72return _defaultKeyGrouping; 94return _defaultKeyGrouping != null; 115Debug.Assert(_defaultKeyGrouping == null, "Cannot insert two groupings with the default key into a lookup."); 137if (_defaultKeyGrouping != null) 139yield return _defaultKeyGrouping;