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