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