1 write to _manifestPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
DefineStaticWebAssets.Cache.cs (1)
234internal void SetPathAndLogger(string? manifestPath, TaskLoggingHelper log) => (_manifestPath, _log) = (manifestPath, log);
2 references to _manifestPath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
DefineStaticWebAssets.Cache.cs (2)
116if (_manifestPath != null && !_cacheUpToDate && InputHashes.Count > 0) 118using var manifestFile = File.OpenWrite(_manifestPath);