2 instantiations of ReplicationConnectionCollection
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\DirectoryServer.cs (2)
762_inbound = new ReplicationConnectionCollection(); 820_outbound = new ReplicationConnectionCollection();
10 references to ReplicationConnectionCollection
System.DirectoryServices (10)
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (2)
796public override ReplicationConnectionCollection InboundConnections => GetInboundConnectionsHelper(); 798public override ReplicationConnectionCollection OutboundConnections => GetOutboundConnectionsHelper();
System\DirectoryServices\ActiveDirectory\DirectoryServer.cs (6)
31private ReplicationConnectionCollection? _inbound; 32private ReplicationConnectionCollection? _outbound; 206public abstract ReplicationConnectionCollection InboundConnections { get; } 208public abstract ReplicationConnectionCollection OutboundConnections { get; } 757internal ReplicationConnectionCollection GetInboundConnectionsHelper() 799internal ReplicationConnectionCollection GetOutboundConnectionsHelper()
System\DirectoryServices\ActiveDirectory\DomainController.cs (2)
856public override ReplicationConnectionCollection InboundConnections => GetInboundConnectionsHelper(); 858public override ReplicationConnectionCollection OutboundConnections => GetOutboundConnectionsHelper();