1 instantiation of ReplicationNeighbor
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\ReplicationNeighborCollection.cs (1)
57
ReplicationNeighbor managedNeighbor = new
ReplicationNeighbor
(addr, _server, _nameTable);
7 references to ReplicationNeighbor
System.DirectoryServices (7)
System\DirectoryServices\ActiveDirectory\ReplicationNeighborCollection.cs (7)
21
public
ReplicationNeighbor
this[int index] => (
ReplicationNeighbor
)InnerList[index]!;
23
public bool Contains(
ReplicationNeighbor
neighbor)
31
public int IndexOf(
ReplicationNeighbor
neighbor)
39
public void CopyTo(
ReplicationNeighbor
[] neighbors, int index)
44
private int Add(
ReplicationNeighbor
neighbor) => InnerList.Add(neighbor);
57
ReplicationNeighbor
managedNeighbor = new ReplicationNeighbor(addr, _server, _nameTable);