4 instantiations of WeakValueDictionary
Microsoft.Build (4)
Evaluation\ProjectRootElementCache.cs (3)
156_weakCache = new WeakValueDictionary<string, ProjectRootElement>(StringComparer.OrdinalIgnoreCase); 454_weakCache = new WeakValueDictionary<string, ProjectRootElement>(StringComparer.OrdinalIgnoreCase); 475_weakCache = new WeakValueDictionary<string, ProjectRootElement>(StringComparer.OrdinalIgnoreCase);
Globbing\MSBuildGlob.cs (1)
51private static readonly WeakValueDictionary<string, Regex> s_regexCache = new WeakValueDictionary<string, Regex>();
3 references to WeakValueDictionary
Microsoft.Build (3)
Evaluation\ProjectRootElementCache.cs (2)
125private WeakValueDictionary<string, ProjectRootElement> _weakCache; 474WeakValueDictionary<string, ProjectRootElement> oldWeakCache = _weakCache;
Globbing\MSBuildGlob.cs (1)
51private static readonly WeakValueDictionary<string, Regex> s_regexCache = new WeakValueDictionary<string, Regex>();