1 write to s_chainedReferenceAssemblyPath
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
3093
s_chainedReferenceAssemblyPath
??= new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
4 references to s_chainedReferenceAssemblyPath
Microsoft.Build.Utilities.Core (4)
ToolLocationHelper.cs (4)
2385
s_chainedReferenceAssemblyPath
?.Clear();
3096
if (
s_chainedReferenceAssemblyPath
.TryGetValue(path, out string cachedPath))
3117
s_chainedReferenceAssemblyPath
[path] = null;
3211
s_chainedReferenceAssemblyPath
[path] = pathToReturn;