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