3 references to MaximumStackAllocation
Microsoft.Extensions.Compliance.Abstractions (3)
Redaction\Redactor.cs (3)
114Span<char> buffer = stackalloc char[MaximumStackAllocation]; 176Span<char> buffer = stackalloc char[MaximumStackAllocation]; 227Span<char> buffer = stackalloc char[MaximumStackAllocation];