1 write to _projectImportSearchPathsCache
Microsoft.Build (1)
Definition\ToolsetConfigurationReader.cs (1)
74_projectImportSearchPathsCache = new Dictionary<string, Dictionary<string, ProjectImportPathMatch>>(StringComparer.OrdinalIgnoreCase);
2 references to _projectImportSearchPathsCache
Microsoft.Build (2)
Definition\ToolsetConfigurationReader.cs (2)
211if (_projectImportSearchPathsCache.TryGetValue(key, out kindToPathsCache)) 218_projectImportSearchPathsCache[key] = kindToPathsCache;