2 writes to BasePath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
_generated\17\StaticWebAssetsJsonSerializerContext.StaticWebAssetsDiscoveryPattern.g.cs (1)
119
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAssetsDiscoveryPattern)obj).
BasePath
= value!,
Data\StaticWebAssetsDiscoveryPattern.cs (1)
74
BasePath
= pattern.GetMetadata(nameof(BasePath)),
10 references to BasePath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (10)
_generated\17\StaticWebAssetsJsonSerializerContext.StaticWebAssetsDiscoveryPattern.g.cs (2)
118
Getter = static obj => ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAssetsDiscoveryPattern)obj).
BasePath
,
169
writer.WriteString(PropName_BasePath, ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAssetsDiscoveryPattern)value).
BasePath
);
Data\StaticWebAssetsDiscoveryPattern.cs (7)
30
&&
BasePath
== pattern.
BasePath
36
return HashCode.Combine(Name, Source, ContentRoot,
BasePath
, Pattern);
53
result.SetMetadata(nameof(
BasePath
),
BasePath
);
74
BasePath = pattern.GetMetadata(nameof(
BasePath
)),
82
public override string ToString() => string.Join(" - ", Name, Source, Pattern,
BasePath
, ContentRoot);
GenerateStaticWebAssetsDevelopmentManifest.cs (1)
72
.GroupBy(p => p.HasSourceId(Source) ? "" : p.
BasePath
,