1 write to _contextType
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
421_contextType = contextType;
12 references to _contextType
System.DirectoryServices.AccountManagement (12)
System\DirectoryServices\AccountManagement\Context.cs (12)
444return _contextType; 542if (options != ContextOptions.Negotiate && _contextType == ContextType.Machine) 569switch (_contextType) 589Debug.Fail("PrincipalContext.Initialize: fell off end looking for " + _contextType.ToString()); 602Debug.Assert(_contextType == ContextType.ApplicationDirectory); 620Debug.Assert(_contextType == ContextType.Machine); 670Debug.Assert(_contextType == ContextType.Domain); 689if (_contextType == ContextType.ApplicationDirectory || _contextType == ContextType.Domain) 693if (_serverProperties.contextType != _contextType) 707if (_contextType == ContextType.ApplicationDirectory) 1080if (useSSL && _contextType == ContextType.Domain)