3 writes to Integrity
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (3)
22 references to Integrity
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (22)
StaticWebAsset.cs (22)
77_integrity = asset.Integrity;
242get => _integrity ??= GetOriginalItemMetadata(nameof(Integrity));
507if (string.IsNullOrEmpty(Fingerprint) || string.IsNullOrEmpty(Integrity) || FileLength == -1 || LastWriteTime == DateTimeOffset.MinValue)
510(Fingerprint, Integrity) = string.IsNullOrEmpty(Fingerprint) || string.IsNullOrEmpty(Integrity) ?
511ComputeFingerprintAndIntegrityIfNeeded(file) : (Fingerprint, Integrity);
518(Fingerprint, Integrity) switch
521(not null, not null) => (Fingerprint, Integrity),
668if (string.IsNullOrEmpty(Integrity))
948result = string.Compare(Integrity, other.Integrity, StringComparison.Ordinal);
990Integrity == other.Integrity &&
1133$"Integrity: {Integrity}, " +
1161hash.Add(Integrity);
1344nameof(Integrity),
1397nameof(Integrity) => Integrity ?? "",
1460case nameof(Integrity):
1506{ nameof(Integrity), Integrity ?? "" },
1545destinationItem.SetMetadata(nameof(Integrity), Integrity ?? "");