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)
54
if (
_defaultKeyGrouping
!= null)
70
if (
_defaultKeyGrouping
!= null)
72
return
_defaultKeyGrouping
;
94
return
_defaultKeyGrouping
!= null;
115
Debug.Assert(
_defaultKeyGrouping
== null, "Cannot insert two groupings with the default key into a lookup.");
137
if (
_defaultKeyGrouping
!= null)
139
yield return
_defaultKeyGrouping
;