4 writes to _path
System.DirectoryServices (4)
System\DirectoryServices\DirectoryEntry.cs (4)
88
_path
= path;
127
_path
= _adsObject.ADsPath;
345
_path
= value;
913
_path
= _adsObject.ADsPath;
2 references to _path
System.DirectoryServices (2)
System\DirectoryServices\DirectoryEntry.cs (2)
337
get =>
_path
;
342
if (System.DirectoryServices.ActiveDirectory.Utils.Compare(
_path
, value) == 0)