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