3 references to BuildStartCacheFileName
dotnet (3)
Commands\Run\FileBasedAppRunPlan.cs (1)
421var startCacheFile = new FileInfo(Path.Join(inputs.ArtifactsPath, BuildStartCacheFileName));
Commands\Run\VirtualProjectBuildingCommand.cs (2)
55/// (like <see cref="FileBasedAppRunPlan.BuildStartCacheFileName"/> and <see cref="FileBasedAppRunPlan.BuildSuccessCacheFileName"/>). 706File.WriteAllText(Path.Join(directory, FileBasedAppRunPlan.BuildStartCacheFileName), Builder.EntryPointFileFullPath);