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)
116
if (_manifestPath != null && !
_cacheUpToDate
&& InputHashes.Count > 0)
252
return
_cacheUpToDate
|| _inputByHash == null ? [] : _inputByHash;
264
internal bool IsUpToDate() =>
_cacheUpToDate
;