3 references to Rented
Microsoft.Extensions.Http.Diagnostics (2)
Logging\Internal\HttpHeadersRedactor.cs (2)
75
var destinationMany = rental.
Rented
? rental.Span : stackalloc char[redactedSize];
136
Span<char> destinationMany = rental.
Rented
? rental.Span : stackalloc char[redactedSize];
Microsoft.Extensions.Telemetry (1)
src\Shared\RentedSpan\RentedSpan.cs (1)
72
/// (when <see cref="
Rented
"/> is <see langword="false" />),