1 write to s_chainedReferenceAssemblyPath
Microsoft.Build.Utilities.Core (1)
ToolLocationHelper.cs (1)
3092
s_chainedReferenceAssemblyPath
??= new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
4 references to s_chainedReferenceAssemblyPath
Microsoft.Build.Utilities.Core (4)
ToolLocationHelper.cs (4)
2384
s_chainedReferenceAssemblyPath
?.Clear();
3095
if (
s_chainedReferenceAssemblyPath
.TryGetValue(path, out string cachedPath))
3116
s_chainedReferenceAssemblyPath
[path] = null;
3210
s_chainedReferenceAssemblyPath
[path] = pathToReturn;