2 writes to _fastConcurrentSupported
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Context.cs (2)
71_fastConcurrentSupported = !(serverProperties.OsVersion == DomainControllerMode.Win2k); 184_fastConcurrentSupported = false;
3 references to _fastConcurrentSupported
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Context.cs (3)
161bool attemptFastConcurrent = useSSL && _fastConcurrentSupported; 207if (attemptFastConcurrent && _fastConcurrentSupported) 250if (_lastBindMethod == AuthMethod.Simple && (_fastConcurrentSupported || _contextType == ContextType.ApplicationDirectory))