3 references to TryGetAsciiString
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\HttpUtilities.cs (1)
105if (!StringUtilities.TryGetAsciiString((byte*)state.ToPointer(), output, buffer.Length))
src\Shared\ServerInfrastructure\StringUtilities.cs (2)
59if (!TryGetAsciiString((byte*)state.ToPointer(), output, buffer.Length)) 86if (!TryGetAsciiString((byte*)state.ToPointer(), output, buffer.Length))