1 write to _crossRefEntry
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\DirectoryServerCollection.cs (1)
36_crossRefEntry = crossRefEntry;
7 references to _crossRefEntry
System.DirectoryServices (7)
System\DirectoryServices\ActiveDirectory\DirectoryServerCollection.cs (7)
248if (_crossRefEntry != null) 252if (_crossRefEntry.Properties.Contains(PropertyManager.MsDSNCReplicaLocations)) 254_crossRefEntry.Properties[PropertyManager.MsDSNCReplicaLocations].Clear(); 278if (_crossRefEntry != null) 284_crossRefEntry.Properties[PropertyManager.MsDSNCReplicaLocations].Add(ntdsaName); 327if (_crossRefEntry != null) 330_crossRefEntry.Properties[PropertyManager.MsDSNCReplicaLocations].Remove(ntdsaName);