2 references to Span
Microsoft.Extensions.Http.Diagnostics (2)
Logging\Internal\HttpHeadersRedactor.cs (2)
75var destinationMany = rental.Rented ? rental.Span : stackalloc char[redactedSize]; 136Span<char> destinationMany = rental.Rented ? rental.Span : stackalloc char[redactedSize];