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