3 references to PathSeparators
Microsoft.AspNetCore.Mvc.Core (3)
Routing\ViewEnginePath.cs (3)
50if (path[0] == PathSeparators[0] || path[0] == PathSeparators[1]) 57var tokenizer = new StringTokenizer(pathSegment, PathSeparators);