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