3 references to new
Microsoft.CodeAnalysis.Workspaces (3)
ImmutableHashMap.cs (3)
31
private static readonly ImmutableHashMap<TKey, TValue> s_emptySingleton =
new
();
55
:
this
(comparer, valueComparer)
224
var set = new
ImmutableHashMap
<TKey, TValue>(keyComparer, valueComparer);