4 instantiations of WeakValueDictionary
Microsoft.Build (4)
Evaluation\ProjectRootElementCache.cs (3)
157
_weakCache = new
WeakValueDictionary
<string, ProjectRootElement>(StringComparer.OrdinalIgnoreCase);
455
_weakCache = new
WeakValueDictionary
<string, ProjectRootElement>(StringComparer.OrdinalIgnoreCase);
476
_weakCache = new
WeakValueDictionary
<string, ProjectRootElement>(StringComparer.OrdinalIgnoreCase);
Globbing\MSBuildGlob.cs (1)
50
private static readonly WeakValueDictionary<string, Regex> s_regexCache = new
WeakValueDictionary
<string, Regex>();
3 references to WeakValueDictionary
Microsoft.Build (3)
Evaluation\ProjectRootElementCache.cs (2)
126
private
WeakValueDictionary
<string, ProjectRootElement> _weakCache;
475
WeakValueDictionary
<string, ProjectRootElement> oldWeakCache = _weakCache;
Globbing\MSBuildGlob.cs (1)
50
private static readonly
WeakValueDictionary
<string, Regex> s_regexCache = new WeakValueDictionary<string, Regex>();