6 references to NormalizePath
Microsoft.AspNetCore.Mvc.Razor (3)
Compilation\CompiledViewDescriptor.cs (2)
30RelativePath = ViewPath.NormalizePath(item.Identifier); 65RelativePath = ViewPath.NormalizePath(item?.Identifier ?? attribute.Path);
Compilation\DefaultViewCompiler.cs (1)
128normalizedPath = ViewPath.NormalizePath(relativePath);
Microsoft.AspNetCore.Mvc.Razor.Test (2)
ViewPathTest.cs (2)
16var normalizedPath = ViewPath.NormalizePath(input); 28var normalizedPath = ViewPath.NormalizePath(input);
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\CompiledPageActionDescriptorProvider.cs (1)
63lookup.TryAdd(ViewPath.NormalizePath(viewDescriptor.RelativePath), viewDescriptor);