2 writes to _cacheUpToDate
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
DefineStaticWebAssets.Cache.cs (2)
197_cacheUpToDate = true; 241_cacheUpToDate = false;
3 references to _cacheUpToDate
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
DefineStaticWebAssets.Cache.cs (3)
116if (_manifestPath != null && !_cacheUpToDate && InputHashes.Count > 0) 252return _cacheUpToDate || _inputByHash == null ? [] : _inputByHash; 264internal bool IsUpToDate() => _cacheUpToDate;