5 references to Win2k
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (1)
728if (_foreignGroups[0].Context.ServerInformation.OsVersion == DomainControllerMode.Win2k ||
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
1173if ((p.ContextType == ContextType.ApplicationDirectory) || (p.Context.ServerInformation.OsVersion == DomainControllerMode.Win2k)) 1666g.Context.ServerInformation.OsVersion == DomainControllerMode.Win2k ||
System\DirectoryServices\AccountManagement\Context.cs (2)
71_fastConcurrentSupported = !(serverProperties.OsVersion == DomainControllerMode.Win2k); 1139properties.OsVersion = DomainControllerMode.Win2k;