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