2 writes to contextType
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Context.cs (2)
1124properties.contextType = ContextType.ApplicationDirectory; 1128properties.contextType = ContextType.Domain;
4 references to contextType
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\Context.cs (4)
693if (_serverProperties.contextType != _contextType) 695throw new ArgumentException(SR.Format(SR.PassedContextTypeDoesNotMatchDetectedType, _serverProperties.contextType.ToString())); 1142if (properties.contextType == ContextType.ApplicationDirectory) 1156GlobalDebug.WriteLineIf(GlobalDebug.Info, "ReadServerConfig", "contextType : " + properties.contextType.ToString());