1 write to _contextType
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
82_contextType = contextType;
7 references to _contextType
System.DirectoryServices.AccountManagement (7)
System\DirectoryServices\AccountManagement\Context.cs (7)
152if (_contextType == ContextType.ApplicationDirectory) 246if (_contextType == ContextType.Domain || _contextType == ContextType.ApplicationDirectory) 250if (_lastBindMethod == AuthMethod.Simple && (_fastConcurrentSupported || _contextType == ContextType.ApplicationDirectory)) 304Debug.Assert(_contextType == ContextType.Machine); 317if (_contextType == ContextType.Domain || _contextType == ContextType.ApplicationDirectory)