3 references to Insert
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\common\DirectoryAttribute.cs (3)
198
public void Insert(int index, byte[] value) =>
Insert
(index, (object)value);
200
public void Insert(int index, string value) =>
Insert
(index, (object)value);
202
public void Insert(int index, Uri value) =>
Insert
(index, (object)value);