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)
211
if (
_projectImportSearchPathsCache
.TryGetValue(key, out kindToPathsCache))
218
_projectImportSearchPathsCache
[key] = kindToPathsCache;