3 references to BuildStartCacheFileName
dotnet (3)
Commands\Run\VirtualProjectBuildingCommand.cs (3)
110/// (like <see cref="BuildStartCacheFileName"/> and <see cref="BuildSuccessCacheFileName"/>). 845var startCacheFile = new FileInfo(Path.Join(artifactsDirectory, BuildStartCacheFileName)); 1160File.WriteAllText(Path.Join(directory, BuildStartCacheFileName), Builder.EntryPointFileFullPath);