3 writes to domainFlatName
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
105
this.
domainFlatName
= userSuppliedServerName;
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
2484
this.
domainFlatName
= info.DomainName;
2500
this.
domainFlatName
= dnsDomainName;
4 references to domainFlatName
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (4)
2280
if (this.
domainFlatName
== null)
2284
if (
domainFlatName
== null)
2289
return this.
domainFlatName
;
2507
this.
domainFlatName
,