7 references to Add
System.DirectoryServices.Protocols (7)
System\DirectoryServices\Protocols\common\DirectoryAttribute.cs (5)
42
Add
(value);
54
Add
(values[i]);
154
public int Add(byte[] value) =>
Add
((object)value);
156
public int Add(string value) =>
Add
((object)value);
158
public int Add(Uri value) =>
Add
((object)value);
System\DirectoryServices\Protocols\common\DirectoryRequest.cs (2)
96
mod.
Add
(values[i]);
146
Assertion.
Add
(value);