1 write to m_defaultKeyGrouping
System.Core (1)
System\Linq\Parallel\Utils\Lookup.cs (1)
121m_defaultKeyGrouping = grouping;
7 references to m_defaultKeyGrouping
System.Core (7)
System\Linq\Parallel\Utils\Lookup.cs (7)
58if (m_defaultKeyGrouping != null) 74if (m_defaultKeyGrouping != null) 76return m_defaultKeyGrouping; 98return m_defaultKeyGrouping != null; 119Contract.Assert(m_defaultKeyGrouping == null, "Cannot insert two groupings with the default key into a lookup."); 141if (m_defaultKeyGrouping != null) 143yield return m_defaultKeyGrouping;