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)
688propertiesToLoad[1] = PropertyManager.MsDSNCReplicaLocations; 708ResultPropertyValueCollection replicaLocations = res.Properties[PropertyManager.MsDSNCReplicaLocations];
System\DirectoryServices\ActiveDirectory\DirectoryServerCollection.cs (4)
252if (_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)
1290propertyNames.Add(PropertyManager.MsDSNCReplicaLocations); 1309ArrayList replicaLocations = (ArrayList)values[PropertyManager.MsDSNCReplicaLocations.ToLowerInvariant()]!;