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