3 writes to _distinguishedNameChanged
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Principal.cs (3)
196return HandleGet<string>(ref _distinguishedName, PropertyNames.PrincipalDistinguishedName, ref _distinguishedNameChanged); 1121_distinguishedNameChanged = LoadState.Loaded; 1236_distinguishedNameChanged = (_distinguishedNameChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;
2 references to _distinguishedNameChanged
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Principal.cs (2)
1158PropertyNames.PrincipalDistinguishedName => _distinguishedNameChanged, 1236_distinguishedNameChanged = (_distinguishedNameChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;