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