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