6 references to IndexOf
Microsoft.AspNetCore.Server.HttpSys (1)
src\Shared\PathNormalizer\PathNormalizer.cs (1)
27
var nextDotSegmentIndex = currentSrc.
IndexOf
(slashDot);
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\PathNormalizer\PathNormalizer.cs (1)
27
var nextDotSegmentIndex = currentSrc.
IndexOf
(slashDot);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\PathNormalizer\PathNormalizer.cs (1)
27
var nextDotSegmentIndex = currentSrc.
IndexOf
(slashDot);
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\PathNormalizer\PathNormalizer.cs (1)
27
var nextDotSegmentIndex = currentSrc.
IndexOf
(slashDot);
Microsoft.AspNetCore.WebUtilities (2)
MultipartReaderStream.cs (2)
180
var index = bufferedData.AsSpan().
IndexOf
(_boundary.BoundaryBytes);
260
var index = bufferedData.AsSpan().
IndexOf
(_boundary.BoundaryBytes);