2 references to AttributeNameStackAllocationThreshold
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\common\DirectoryControl.cs (2)
151Span<byte> attributeNameScratchSpace = stackalloc byte[AttributeNameStackAllocationThreshold]; 246if (asnSpan.Length <= AttributeNameStackAllocationThreshold)