3 writes to forestDnsName
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
106this.forestDnsName = userSuppliedServerName;
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
2485this.forestDnsName = info.DnsForestName; 2501this.forestDnsName = dnsDomainName;
4 references to forestDnsName
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (4)
2331if (this.forestDnsName == null) 2335if (forestDnsName == null) 2340return this.forestDnsName; 2508this.forestDnsName);