2 references to NormalizeContentRootPath
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (2)
StaticWebAsset.cs (2)
743
ContentRoot = !string.IsNullOrEmpty(ContentRoot) ?
NormalizeContentRootPath
(ContentRoot) : ContentRoot;
809
string.Equals(ContentRoot,
NormalizeContentRootPath
(path), StringComparison.Ordinal);