3 writes to _distinguishedNameChanged
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\Principal.cs (3)
196
return 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)
1158
PropertyNames.PrincipalDistinguishedName =>
_distinguishedNameChanged
,
1236
_distinguishedNameChanged = (
_distinguishedNameChanged
== LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;