2 writes to _sourceServerName
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\ReplicationConnection.cs (2)
254
_sourceServerName
= tmpServerName + ":" + portnumber;
259
_sourceServerName
= (string?)PropertyManager.GetPropertyValue(context, de.Parent, PropertyManager.DnsHostName);
2 references to _sourceServerName
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\ReplicationConnection.cs (2)
244
if (
_sourceServerName
== null)
262
return
_sourceServerName
;