3 writes to _homeDrive
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AccountInfo.cs (3)
204return _owningPrincipal.HandleGet<string>(ref _homeDrive, PropertyNames.AcctInfoHomeDrive, ref _homeDriveChanged); 212_owningPrincipal.HandleSet<string>(ref _homeDrive, value, ref _homeDriveChanged, 347_homeDrive = (string)value;
1 reference to _homeDrive
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AccountInfo.cs (1)
436return _homeDrive;