7 references to Local
System.DirectoryServices.AccountManagement (7)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (2)
1051
groupType = GroupScope.
Local
;
1450
if (groupType == GroupScope.
Local
)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_Query.cs (1)
754
case GroupScope.
Local
:
System\DirectoryServices\AccountManagement\Group.cs (1)
86
private GroupScope _groupScope = System.DirectoryServices.AccountManagement.GroupScope.
Local
; // the actual property value
System\DirectoryServices\AccountManagement\SAM\SAMQuerySet.cs (1)
655
if (valueToMatch == GroupScope.
Local
)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
840
p.LoadValueIntoProperty(propertyName, GroupScope.
Local
);
973
if (value != GroupScope.
Local
)