2 writes to _sourceServer
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\ReplicationNeighbor.cs (2)
87
_sourceServer
= (string?)_nameTable[SourceInvocationId];
91
_sourceServer
= Utils.GetServerNameFromInvocationID(_sourceServerDN, SourceInvocationId, _server);
3 references to _sourceServer
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ReplicationNeighbor.cs (3)
82
if (
_sourceServer
== null)
93
_nameTable.Add(SourceInvocationId,
_sourceServer
);
97
return
_sourceServer
;