1 write to _userType
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthZSet.cs (1)
32
_userType
= userStoreCtx.OwningContext.ContextType;
4 references to _userType
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AuthZSet.cs (4)
314
if (
_userType
== ContextType.Machine)
323
Debug.Assert(
_userType
== ContextType.Domain);
362
Debug.Assert((
_userType
== ContextType.Domain) &&
417
if (
_userType
== ContextType.Machine)