3 references to Clear
Microsoft.CodeAnalysis.CodeStyle (3)
ImmutableHashMap.cs (3)
511return this.Clear(); 516return root.Count == 0 ? this.Clear() : new ImmutableHashMap<TKey, TValue>(root, _keyComparer, _valueComparer); 1009=> this.Clear();