4 writes to _fileLength
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (4)
StaticWebAsset.cs (4)
74
_fileLength
= asset.FileLength;
289
_fileLength
= !string.IsNullOrEmpty(fileLengthString) &&
300
_fileLength
= value;
1474
_fileLength
= -1;
2 references to _fileLength
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (2)
StaticWebAsset.cs (2)
286
if (
_fileLength
< 0)
294
return
_fileLength
;