1 write to s_emptyEnumerator
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
1570
return LazyInitializer.EnsureInitialized(ref
s_emptyEnumerator
, static () => new Enumerator(new SegmentedDictionary<TKey, TValue>()))!;