5 references to DefaultValueDictionary
ILLink.RoslynAnalyzer (5)
DataFlow\LocalStateLattice.cs (3)
49
: this(new
DefaultValueDictionary
<LocalKey, TValue>(defaultValue),
50
new
DefaultValueDictionary
<CaptureId, ValueSet<CapturedReferenceValue>>(default(ValueSet<CapturedReferenceValue>)))
61
: this(dictionary, new
DefaultValueDictionary
<CaptureId, ValueSet<CapturedReferenceValue>>(default(ValueSet<CapturedReferenceValue>)))
src\tools\illink\src\ILLink.Shared\DataFlow\DefaultValueDictionary.cs (1)
99
return new
DefaultValueDictionary
<TKey, TValue>(defaultValue);
src\tools\illink\src\ILLink.Shared\DataFlow\DictionaryLattice.cs (1)
24
Top = new
DefaultValueDictionary
<TKey, TValue>(valueLattice.Top);