2 writes to ContentRoot
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
_generated\17\StaticWebAssetsJsonSerializerContext.StaticWebAssetsDiscoveryPattern.g.cs (1)
99
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAssetsDiscoveryPattern)obj).
ContentRoot
= value!,
Data\StaticWebAssetsDiscoveryPattern.cs (1)
75
ContentRoot
= pattern.GetMetadata(nameof(ContentRoot)),
16 references to ContentRoot
Microsoft.NET.Sdk.StaticWebAssets.Tasks (16)
_generated\17\StaticWebAssetsJsonSerializerContext.StaticWebAssetsDiscoveryPattern.g.cs (2)
98
Getter = static obj => ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAssetsDiscoveryPattern)obj).
ContentRoot
,
168
writer.WriteString(PropName_ContentRoot, ((global::Microsoft.AspNetCore.StaticWebAssets.Tasks.StaticWebAssetsDiscoveryPattern)value).
ContentRoot
);
Data\StaticWebAssetsDiscoveryPattern.cs (7)
29
&&
ContentRoot
== pattern.
ContentRoot
36
return HashCode.Combine(Name, Source,
ContentRoot
, BasePath, Pattern);
52
result.SetMetadata(nameof(
ContentRoot
),
ContentRoot
);
75
ContentRoot = pattern.GetMetadata(nameof(
ContentRoot
)),
82
public override string ToString() => string.Join(" - ", Name, Source, Pattern, BasePath,
ContentRoot
);
GenerateStaticWebAssetsDevelopmentManifest.cs (5)
75
values.OrderBy(id => id.
ContentRoot
).ThenBy(id => id.Pattern).ToArray())).ToArray();
228
if (!contentRootIndex.TryGetValue(pattern.
ContentRoot
, out var index))
231
contentRootIndex.Add(pattern.
ContentRoot
, contentRootIndex.Count);
252
if (!contentRootIndex.TryGetValue(pattern.
ContentRoot
, out var index))
255
contentRootIndex.Add(pattern.
ContentRoot
, contentRootIndex.Count);
MergeStaticWebAssets.cs (2)
59
Log.LogMessage(MessageImportance.Normal, $"Removing '{candidate.
ContentRoot
}' because it is a duplicate of '{other.
ContentRoot
}'.");