2 references to normalize
dotnet-watch.Tests (2)
TestUtilities\AssertEx.cs (2)
226
var expected = new HashSet<string>(expectedFiles.Select(
normalize
));
227
var actual = new HashSet<string>(actualFiles.Where(p => !string.IsNullOrEmpty(p)).Select(
normalize
));