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