3 writes to _guidChanged
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Principal.cs (3)
182return HandleGet<Nullable<Guid>>(ref _guid, PropertyNames.PrincipalGuid, ref _guidChanged); 1116_guidChanged = LoadState.Loaded; 1235_guidChanged = (_guidChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;
2 references to _guidChanged
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Principal.cs (2)
1157PropertyNames.PrincipalGuid => _guidChanged, 1235_guidChanged = (_guidChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;