9 references to MsDSNCReplicaLocations
System.DirectoryServices (9)
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (1)
688
_crossRefEntry!.Properties[PropertyManager.
MsDSNCReplicaLocations
].AddRange(_cachedDirectoryServers.GetMultiValuedProperty());
System\DirectoryServices\ActiveDirectory\ConfigSet.cs (2)
688
propertiesToLoad[1] = PropertyManager.
MsDSNCReplicaLocations
;
708
ResultPropertyValueCollection replicaLocations = res.Properties[PropertyManager.
MsDSNCReplicaLocations
];
System\DirectoryServices\ActiveDirectory\DirectoryServerCollection.cs (4)
252
if (_crossRefEntry.Properties.Contains(PropertyManager.
MsDSNCReplicaLocations
))
254
_crossRefEntry.Properties[PropertyManager.
MsDSNCReplicaLocations
].Clear();
284
_crossRefEntry.Properties[PropertyManager.
MsDSNCReplicaLocations
].Add(ntdsaName);
330
_crossRefEntry.Properties[PropertyManager.
MsDSNCReplicaLocations
].Remove(ntdsaName);
System\DirectoryServices\ActiveDirectory\Utils.cs (2)
1290
propertyNames.Add(PropertyManager.
MsDSNCReplicaLocations
);
1309
ArrayList replicaLocations = (ArrayList)values[PropertyManager.
MsDSNCReplicaLocations
.ToLowerInvariant()]!;