6 writes to serverName
ReachFramework (6)
PrintSystemExceptions\PrintSystemException.cs (6)
498this.serverName = null; 515this.serverName = null; 537this.serverName = null; 586this.serverName = serverName; 603this.serverName = serverName; 618this.serverName = (String)(info.GetValue("ServerName", typeof(String)));
2 references to serverName
ReachFramework (2)
PrintSystemExceptions\PrintSystemException.cs (2)
549return serverName; 570info?.AddValue("ServerName", serverName);