2 references to GetComputerNameEx
System.Data (2)
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
2084
if (0 == SafeNativeMethods.
GetComputerNameEx
(ComputerNameDnsFullyQualified, null, ref length)) {
2093
if (0 == SafeNativeMethods.
GetComputerNameEx
(ComputerNameDnsFullyQualified, buffer, ref length)) {