2 writes to BasePath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
Data\StaticWebAssetsDiscoveryPattern.cs (1)
74BasePath = pattern.GetMetadata(nameof(BasePath)),
Generated\361d1da7f942c932\StaticWebAssetsJsonSerializerContext.StaticWebAssetsDiscoveryPattern.g.cs (1)
121Setter = static (obj, value) => ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAssetsDiscoveryPattern)obj).BasePath = value!,
10 references to BasePath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (10)
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);
Generated\361d1da7f942c932\StaticWebAssetsJsonSerializerContext.StaticWebAssetsDiscoveryPattern.g.cs (2)
120Getter = static obj => ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAssetsDiscoveryPattern)obj).BasePath, 171writer.WriteString(PropName_BasePath, ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAssetsDiscoveryPattern)value).BasePath);
GenerateStaticWebAssetsDevelopmentManifest.cs (1)
77.GroupBy(p => p.HasSourceId(Source) ? "" : p.BasePath,