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