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