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)
152
if (
_contextType
== ContextType.ApplicationDirectory)
246
if (
_contextType
== ContextType.Domain ||
_contextType
== ContextType.ApplicationDirectory)
250
if (_lastBindMethod == AuthMethod.Simple && (_fastConcurrentSupported ||
_contextType
== ContextType.ApplicationDirectory))
304
Debug.Assert(
_contextType
== ContextType.Machine);
317
if (
_contextType
== ContextType.Domain ||
_contextType
== ContextType.ApplicationDirectory)