2 writes to RawPath
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
HttpParserTests.cs (2)
884RawPath = path.GetAsciiStringNonNullCharacters(); 902RawPath = path.GetAsciiStringNonNullCharacters();
1 reference to RawPath
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
HttpParserTests.cs (1)
46Assert.Equal(requestHandler.RawPath, expectedRawPath);