4 writes to _delegationPermittedChanged
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AccountInfo.cs (4)
150return _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)
393return _delegationPermittedChanged == LoadState.Changed; 459_delegationPermittedChanged = (_delegationPermittedChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;