4 writes to _isSecurityGroupChanged
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\Group.cs (4)
68return HandleGet<bool>(ref _isSecurityGroup, PropertyNames.GroupIsSecurityGroup, ref _isSecurityGroupChanged); 81HandleSet<bool>(ref _isSecurityGroup, value.Value, ref _isSecurityGroupChanged, PropertyNames.GroupIsSecurityGroup); 263_isSecurityGroupChanged = LoadState.Loaded; 333_isSecurityGroupChanged = (_isSecurityGroupChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;
4 references to _isSecurityGroupChanged
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\Group.cs (4)
57if (this.unpersisted && (_isSecurityGroupChanged != LoadState.Changed)) 64_isSecurityGroupChanged); 293return _isSecurityGroupChanged == LoadState.Changed; 333_isSecurityGroupChanged = (_isSecurityGroupChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;