13 references to ByteSlash
Microsoft.AspNetCore.Server.Kestrel.Core (13)
Internal\Http\PathNormalizer.cs (13)
92*src = ByteSlash; 109*src = ByteSlash; 116} while (dst > start && *dst != ByteSlash); 121else if (ch2 == ByteDot && ch3 == ByteSlash) 136if (ch2 == ByteDot && ch3 == ByteDot && ch4 == ByteSlash) 150} while (dst > start && *dst != ByteSlash); 155else if (ch2 == ByteDot && ch3 == ByteSlash) 175} while (src < end && ch1 != ByteSlash); 180*dst++ = ByteSlash; 214(ch2 == ByteDot && ch3 == ByteSlash)) 225if ((ch2 == ByteDot && ch3 == ByteDot && ch4 == ByteSlash) || 226(ch2 == ByteDot && ch3 == ByteSlash)) 237} while (src < end && ch1 != ByteSlash);