3 writes to _sidChanged
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Principal.cs (3)
168return HandleGet<SecurityIdentifier>(ref _sid, PropertyNames.PrincipalSid, ref _sidChanged); 1110_sidChanged = LoadState.Loaded; 1234_sidChanged = (_sidChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;
2 references to _sidChanged
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Principal.cs (2)
1156PropertyNames.PrincipalSid => _sidChanged, 1234_sidChanged = (_sidChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;