4 references to GetServerName
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
103
this.dnsHostName = ADUtils.
GetServerName
(this.ctxBase);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
2421
this.dnsHostName = ADUtils.
GetServerName
(this.ctxBase);
System\DirectoryServices\AccountManagement\Context.cs (2)
747
_connectedServer = ADUtils.
GetServerName
(de);
904
_connectedServer = ADUtils.
GetServerName
(deBase);