4 references to DomainControllerCollection
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\Domain.cs (2)
463return new DomainControllerCollection(Locator.EnumerateDomainControllers(context, Name, null, (long)flag)); 479return new DomainControllerCollection(Locator.EnumerateDomainControllers(context, Name, siteName, (long)flag));
System\DirectoryServices\ActiveDirectory\DomainController.cs (2)
1021return new DomainControllerCollection(dcList); 1038return new DomainControllerCollection(dcList);