2 instantiations of SetWithInsertionOrder
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\OrderedMultiDictionary.cs (2)
28
? set : new
SetWithInsertionOrder
<V>();
44
set = new
SetWithInsertionOrder
<V>();
8 references to SetWithInsertionOrder
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
src\Compilers\Core\Portable\InternalUtilities\OrderedMultiDictionary.cs (8)
11
internal sealed class OrderedMultiDictionary<K, V> : IEnumerable<KeyValuePair<K,
SetWithInsertionOrder
<V>>>
14
private readonly Dictionary<K,
SetWithInsertionOrder
<V>> _dictionary;
22
public
SetWithInsertionOrder
<V> this[K k]
26
SetWithInsertionOrder
<V>? set;
34
_dictionary = new Dictionary<K,
SetWithInsertionOrder
<V>>();
40
SetWithInsertionOrder
<V>? set;
60
public IEnumerator<KeyValuePair<K,
SetWithInsertionOrder
<V>>> GetEnumerator()
64
yield return new KeyValuePair<K,
SetWithInsertionOrder
<V>>(