1 write to s_emptyEnumerator
Text.Analyzers (1)
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
395
return LazyInitializer.EnsureInitialized(ref
s_emptyEnumerator
, static () => new Enumerator(new SegmentedDictionary<TKey, TValue>(), Enumerator.KeyValuePair))!;