1 write to Key
BuildBoss (1)
ProjectUtil.cs (1)
36
Key
= key;
6 references to Key
BuildBoss (6)
ProjectCheckerUtil.cs (1)
132
if (_projectUtil.
Key
.FileName.StartsWith("Microsoft.CodeAnalysis.ExternalAccess."))
ProjectData.cs (1)
18
internal ProjectKey Key => ProjectUtil.
Key
;
ProjectUtil.cs (4)
26
internal bool IsUnitTestProject => Path.GetFileNameWithoutExtension(
Key
.FilePath).EndsWith(".UnitTests");
27
internal bool IsIntegrationTestProject => Path.GetFileNameWithoutExtension(
Key
.FilePath).EndsWith(".IntegrationTests");
77
throw new InvalidOperationException($"Project {
Key
.FilePath} does not have a TargetFramework(s) element.");
113
var directory = Path.GetDirectoryName(
Key
.FilePath);