3 writes to _groupScope
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Group.cs (3)
114
return HandleGet<GroupScope>(ref
_groupScope
, PropertyNames.GroupGroupScope, ref _groupScopeChanged);
127
HandleSet<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)
321
PropertyNames.GroupGroupScope =>
_groupScope
,