1 write to _solutionMap
BuildBoss (1)
ProjectCheckerUtil.cs (1)
28
_solutionMap
= solutionMap;
3 references to _solutionMap
BuildBoss (3)
ProjectCheckerUtil.cs (3)
150
var builtByThisRepository =
_solutionMap
.Values.Any(projectData => GetAssemblyName(projectData) == internalsVisibleTo.TargetAssembly);
185
if (!
_solutionMap
.ContainsKey(key))
220
if (!
_solutionMap
.TryGetValue(key, out var projectData))