3 references to PathSeparators
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\NamespaceComputer.cs (3)
102var lastSeparator = span.LastIndexOfAny(PathSeparators); 152var lastSeparatorIndex = relativePath.LastIndexOfAny(PathSeparators); 161var tokenizer = new StringTokenizer(relativePath, PathSeparators);