3 writes to _groupScope
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Group.cs (3)
114return HandleGet<GroupScope>(ref _groupScope, PropertyNames.GroupGroupScope, ref _groupScopeChanged); 127HandleSet<GroupScope>(ref _groupScope, value.Value, ref _groupScopeChanged, PropertyNames.GroupGroupScope); 267_groupScope = (GroupScope)value;
1 reference to _groupScope
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Group.cs (1)
321PropertyNames.GroupGroupScope => _groupScope,