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