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