2 writes to _serverName
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\exceptions.cs (2)
150
_serverName
= serverName;
161
_serverName
= (string)info.GetValue("serverName", typeof(string));
1 reference to _serverName
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\exceptions.cs (1)
172
info.AddValue("serverName",
_serverName
, typeof(string));