2 references to ImmutableDictionary
MSBuildTaskHost (2)
Immutable\ImmutableDictionary.cs (2)
23
return new
ImmutableDictionary
<K, V>(comparer);
169
return new
ImmutableDictionary
<K, V>(_backing.Comparer);