2 references to GenerateComputedBuildStaticWebAssets
Microsoft.DotNet.HotReload.Watch (2)
Build\BuildNames.cs (1)
48
public const string GenerateComputedBuildStaticWebAssets = nameof(
GenerateComputedBuildStaticWebAssets
);
HotReload\ScopedCssFileHandler.cs (1)
12
private const string BuildTargetName = TargetNames.
GenerateComputedBuildStaticWebAssets
;