1 instantiation of RentedSpan
Microsoft.Extensions.Compliance.Abstractions (1)
Redaction\RedactionStringBuilderExtensions.cs (1)
58
using var rental = new
RentedSpan
<char>(length);
2 references to RentedSpan
Microsoft.Extensions.Compliance.Abstractions (2)
Redaction\RedactionStringBuilderExtensions.cs (1)
58
using
var
rental = new RentedSpan<char>(length);
src\Shared\RentedSpan\RentedSpan.cs (1)
49
/// Initializes a new instance of the <see cref="
RentedSpan
{T}"/> struct.