1 write to SourceInvocationId
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\ReplicationNeighbor.cs (1)
64
SourceInvocationId
= neighbor.uuidSourceDsaInvocationID;
4 references to SourceInvocationId
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\ReplicationNeighbor.cs (4)
85
if (_nameTable.Contains(
SourceInvocationId
))
87
_sourceServer = (string?)_nameTable[
SourceInvocationId
];
91
_sourceServer = Utils.GetServerNameFromInvocationID(_sourceServerDN,
SourceInvocationId
, _server);
93
_nameTable.Add(
SourceInvocationId
, _sourceServer);