4 writes to _scriptPathChanged
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AccountInfo.cs (4)
225return _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)
402return _scriptPathChanged == LoadState.Changed; 462_scriptPathChanged = (_scriptPathChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;