4 writes to _scriptPathChanged
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AccountInfo.cs (4)
225
return _owningPrincipal.HandleGet<string>(ref _scriptPath, PropertyNames.AcctInfoScriptPath, ref
_scriptPathChanged
);
233
_owningPrincipal.HandleSet<string>(ref _scriptPath, value, ref
_scriptPathChanged
,
353
_scriptPathChanged
= LoadState.Loaded;
462
_scriptPathChanged
= (_scriptPathChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;
2 references to _scriptPathChanged
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AccountInfo.cs (2)
402
return
_scriptPathChanged
== LoadState.Changed;
462
_scriptPathChanged = (
_scriptPathChanged
== LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;