1 write to TargetAssembly
BuildBoss (1)
InternalsVisibleTo.cs (1)
15
TargetAssembly
= targetAssembly;
5 references to TargetAssembly
BuildBoss (5)
InternalsVisibleTo.cs (2)
29
if (
TargetAssembly
is object)
31
element.Add(new XAttribute("Include",
TargetAssembly
));
ProjectCheckerUtil.cs (3)
142
textWriter.WriteLine($"InternalsVisibleTo for external assembly '{internalsVisibleTo.
TargetAssembly
}' does not have a valid URI specified for {nameof(InternalsVisibleTo.WorkItem)}.");
150
var builtByThisRepository = _solutionMap.Values.Any(projectData => GetAssemblyName(projectData) == internalsVisibleTo.
TargetAssembly
);
153
textWriter.WriteLine($"InternalsVisibleTo not allowed for external assembly '{internalsVisibleTo.
TargetAssembly
}' that may load within Visual Studio.");