3 writes to _keys
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\common\DirectoryControl.cs (3)
813
_keys
= new SortKey[sortKeys.Length];
827
_keys
= new SortKey[] { key };
858
_keys
= new SortKey[value.Length];
10 references to _keys
System.DirectoryServices.Protocols (10)
System\DirectoryServices\Protocols\common\DirectoryControl.cs (10)
816
_keys
[i] = new SortKey(sortKeys[i].AttributeName, sortKeys[i].MatchingRule, sortKeys[i].ReverseOrder);
834
if (
_keys
== null)
839
SortKey[] tempKeys = new SortKey[
_keys
.Length];
840
for (int i = 0; i <
_keys
.Length; i++)
842
tempKeys[i] = new SortKey(
_keys
[i].AttributeName,
_keys
[i].MatchingRule,
_keys
[i].ReverseOrder);
861
_keys
[i] = new SortKey(value[i].AttributeName, value[i].MatchingRule, value[i].ReverseOrder);
878
for (int i = 0; i <
_keys
.Length; i++)
880
SortKey key =
_keys
[i];