3 writes to _scriptPath
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AccountInfo.cs (3)
225return _owningPrincipal.HandleGet<string>(ref _scriptPath, PropertyNames.AcctInfoScriptPath, ref _scriptPathChanged); 233_owningPrincipal.HandleSet<string>(ref _scriptPath, value, ref _scriptPathChanged, 352_scriptPath = (string)value;
1 reference to _scriptPath
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AccountInfo.cs (1)
439return _scriptPath;