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