1 instantiation of SortResponseControl
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\common\DirectoryControl.cs (1)
264
SortResponseControl sort = new
SortResponseControl
(result, attribute, controls[i].IsCritical, value);
3 references to SortResponseControl
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\common\DirectoryControl.cs (3)
249
AsnEncodingRules.BER, out bytesConsumed, out int octetStringLength,
SortResponseControl
.AttributeNameTag);
255
attributeNameBuffer = AsnDecoder.ReadOctetString(asnSpan, AsnEncodingRules.BER, out bytesConsumed,
SortResponseControl
.AttributeNameTag);
264
SortResponseControl
sort = new SortResponseControl(result, attribute, controls[i].IsCritical, value);