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