14 references to ByteDot
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Internal\Http\PathNormalizer.cs (14)
86if (ch2 == ByteDot) 101if (ch2 == ByteDot && ch3 == ByteDot) 121else if (ch2 == ByteDot && ch3 == ByteSlash) 136if (ch2 == ByteDot && ch3 == ByteDot && ch4 == ByteSlash) 155else if (ch2 == ByteDot && ch3 == ByteSlash) 203if (ch2 == ByteDot) 213if ((ch2 == ByteDot && ch3 == ByteDot) || 214(ch2 == ByteDot && ch3 == ByteSlash)) 225if ((ch2 == ByteDot && ch3 == ByteDot && ch4 == ByteSlash) || 226(ch2 == ByteDot && ch3 == ByteSlash))