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