2 writes to contextBasePartitionDN
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
122this.contextBasePartitionDN = partitionDN;
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
2442this.contextBasePartitionDN = this.defaultNamingContext;
3 references to contextBasePartitionDN
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (3)
2246if (this.contextBasePartitionDN == null) 2250if (contextBasePartitionDN == null) 2255return this.contextBasePartitionDN;