3 writes to BasePath
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (3)
StaticWebAsset.cs (3)
712
BasePath
= basePath,
744
BasePath
= Normalize(BasePath);
1428
BasePath
= metadataValue;
21 references to BasePath
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (21)
StaticWebAsset.cs (21)
61
_basePath = asset.
BasePath
;
132
get => _basePath ??= GetOriginalItemMetadata(nameof(
BasePath
));
559
IsDiscovered() || IsComputed() ? "" :
BasePath
,
608
if (string.IsNullOrEmpty(
BasePath
))
610
throw new InvalidOperationException($"The '{nameof(
BasePath
)}' for the asset must be defined for '{Identity}'.");
744
BasePath = Normalize(
BasePath
);
882
result = string.Compare(
BasePath
, other.
BasePath
, StringComparison.Ordinal);
979
BasePath
== other.
BasePath
&&
1063
var computedBasePath = IsDiscovered() || IsComputed() ? "" :
BasePath
;
1122
$"BasePath: {
BasePath
}, " +
1150
hash.Add(
BasePath
);
1333
nameof(
BasePath
),
1386
nameof(
BasePath
) =>
BasePath
?? "",
1427
case nameof(
BasePath
):
1495
{ nameof(
BasePath
),
BasePath
?? "" },
1534
destinationItem.SetMetadata(nameof(
BasePath
),
BasePath
?? "");