4 writes to _delegationPermittedChanged
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AccountInfo.cs (4)
150
return _owningPrincipal.HandleGet<bool>(ref _delegationPermitted, PropertyNames.AcctInfoDelegationPermitted, ref
_delegationPermittedChanged
);
158
_owningPrincipal.HandleSet<bool>(ref _delegationPermitted, value, ref
_delegationPermittedChanged
,
333
_delegationPermittedChanged
= LoadState.Loaded;
459
_delegationPermittedChanged
= (_delegationPermittedChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;
2 references to _delegationPermittedChanged
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AccountInfo.cs (2)
393
return
_delegationPermittedChanged
== LoadState.Changed;
459
_delegationPermittedChanged = (
_delegationPermittedChanged
== LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;