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