2 references to KeyValuePair
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Collections\SegmentedDictionary`2.cs (2)
385
=> new(this, Enumerator.
KeyValuePair
);
393
return LazyInitializer.EnsureInitialized(ref s_emptyEnumerator, static () => new Enumerator(new SegmentedDictionary<TKey, TValue>(), Enumerator.
KeyValuePair
))!;