3 writes to _guidChanged
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Principal.cs (3)
182
return 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)
1157
PropertyNames.PrincipalGuid =>
_guidChanged
,
1235
_guidChanged = (
_guidChanged
== LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;