2 writes to _serverName
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\common\DirectoryControl.cs (2)
560
_serverName
= serverName;
571
set =>
_serverName
= value ?? throw new ArgumentNullException(nameof(value));
1 reference to _serverName
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\common\DirectoryControl.cs (1)
570
get =>
_serverName
;