2 writes to _cachedDefaultPartition
System.DirectoryServices (2)
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (2)
598
_cachedDefaultPartition
= null;
602
_cachedDefaultPartition
= (string)PropertyManager.GetPropertyValue(context, ntdsaEntry, PropertyManager.MsDSDefaultNamingContext)!;
1 reference to _cachedDefaultPartition
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (1)
611
return
_cachedDefaultPartition
;