1 write to Key
BuildBoss (1)
ProjectUtil.cs (1)
38
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)
28
internal bool IsUnitTestProject => Path.GetFileNameWithoutExtension(
Key
.FilePath).EndsWith(".UnitTests");
29
internal bool IsIntegrationTestProject => Path.GetFileNameWithoutExtension(
Key
.FilePath).EndsWith(".IntegrationTests");
79
throw new InvalidOperationException($"Project {
Key
.FilePath} does not have a TargetFramework(s) element.");
115
var directory = Path.GetDirectoryName(
Key
.FilePath);