5 writes to _immutable
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (5)
74
_immutable
= map;
99
_immutable
= null;
129
_immutable
= null; // invalidate cached immutable
395
_immutable
= null;
508
return
_immutable
??= ImmutableDictionary<TKey, TValue>.Wrap(_root, _comparers, _count);