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